Skip to content

Commit

Permalink
Fix downloading asset
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanty authored Apr 14, 2024
1 parent ea5f2ab commit 58db3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_new_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
ASSET_NAME: knope-x86_64-pc-windows-msvc
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release download --repo knope-dev/knope v${{ env.KNOPE_VERSION }} --pattern "${{ env.ASSET_NAME }}.tgz"
gh release download --repo knope-dev/knope knope/v${{ env.KNOPE_VERSION }} --pattern "${{ env.ASSET_NAME }}.tgz"
tar -xzf ${{ env.ASSET_NAME }}.tgz
mv ${{ env.ASSET_NAME }}/knope.exe tools/knope.exe
- name: Update version in knope.nuspec
Expand Down

0 comments on commit 58db3f7

Please sign in to comment.