Skip to content

Commit

Permalink
Zipping
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Whitfield committed Dec 9, 2021
1 parent d412f91 commit 25a6b50
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ jobs:
run: dotnet build ./src/ --no-restore -c Release --verbosity minimal /p:AssemblyVersion=${{env.AutoVersion_AssemblySemVer}} /p:Version=${{env.AutoVersion_SemVer}}
- name: Publish
run: dotnet publish ./src/ --no-build -c Release --verbosity minimal /p:AssemblyVersion=${{env.AutoVersion_AssemblySemVer}} /p:Version=${{env.AutoVersion_SemVer}}
- name: Zip Output
run: zip -r NetDependencyWalker.zip ./src/bin/Release/netcoreapp3.1/publish/
- uses: papeloto/action-zip@v1
with:
files: ./src/bin/Release/netcoreapp3.1/publish/
dest: NetDependencyWalker.zip
- name: Create Github Release
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main')
id: create_release
Expand Down

0 comments on commit 25a6b50

Please sign in to comment.