Skip to content

Commit

Permalink
Merge pull request #2 from AlamoEngine-Tools/develop
Browse files Browse the repository at this point in the history
try fix zip creation
  • Loading branch information
AnakinRaW authored May 31, 2024
2 parents 38c6035 + e16726e commit dcc45e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:
with:
name: Binary Releases
path: ./releases
- name: Create NET Core zip
- name: Create NET Core .zip
# Change into the artifacts directory to avoid including the directory itself in the zip archive
working-directory: ./releases/net8.0
run: zip -r ./releases/ModVerify-Net8.zip .
run: zip -r ../ModVerify-Net8.zip .
- uses: dotnet/[email protected]
id: nbgv
- name: Create GitHub release
Expand Down

0 comments on commit dcc45e7

Please sign in to comment.