Skip to content

Commit

Permalink
Merge pull request #11 from Aciz/fix-packing-dir
Browse files Browse the repository at this point in the history
Fix packing including "release_dir" directory
  • Loading branch information
ovska authored Jun 7, 2024
2 parents 9a3f8ce + 523a9be commit a0c95f6
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 @@ -70,7 +70,7 @@ jobs:
- name: Publish
run: dotnet publish Pack3r.Console --self-contained -c Release -o release_dir -r ${{ matrix.config.rid }}
- name: Create Zip File
run: 7z a -r pack3r-release.zip ./release_dir
run: 7z a -r pack3r-release.zip ./release_dir/*
- name: Upload release asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit a0c95f6

Please sign in to comment.