Skip to content

Commit

Permalink
Update release-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkusche committed Sep 20, 2021
1 parent abcdfad commit 3c02873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Publish
run: dotnet publish
- name: Zip Publish
run: zip -r hamster.zip src/Hamster/bin/Debug/net5.0/publish
run: cd src/Hamster/bin/Debug/net5.0/publish && zip -r ../../../../../../hamster.zip ./* && cd -
- name: upload
env:
GITHUB_TOKEN: ${{ env.NUGET_KEY }}
Expand Down

0 comments on commit 3c02873

Please sign in to comment.