Skip to content

Commit

Permalink
zif fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihozpolat committed Jul 30, 2024
1 parent fd3ed00 commit 6df2511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build
run: dotnet publish --configuration Release --output ./publish
- name: Create Zip Archive
run: zip -r ./$GITHUB_SHA.zip ./publish
run: 7z a $GITHUB_SHA.zip ./publish/*
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 6df2511

Please sign in to comment.