Skip to content

Commit

Permalink
Checkout source code as first step in release job (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
majd authored Dec 5, 2022
1 parent ff582bb commit 7e21c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
os: [ darwin, linux, windows ]
arch: [ arm64, amd64 ]
steps:
- uses: actions/checkout@v2
- id: output
run: echo ::set-output name=file::ipatool-${{ needs.get_version.outputs.version }}-${GOOS//darwin/macos}-$GOARCH
env:
Expand All @@ -74,7 +75,6 @@ jobs:
with:
name: ${{ steps.output.outputs.file }}
path: bin
- uses: actions/checkout@v2
- run: tar -czvf ${{ steps.output.outputs.file }}.tar.gz bin/${{ steps.output.outputs.file }}
- run: ./tools/sha256sum.sh ${{ steps.output.outputs.file }}.tar.gz > ${{ steps.output.outputs.file }}.tar.gz.sha256sum
- uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 7e21c85

Please sign in to comment.