Skip to content

Commit

Permalink
Compress the right self-contained directory
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Aug 20, 2024
1 parent b326078 commit a3bd362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
path: ${{ env.dir }}/randomizer

- name: Zip release (self-contained)
run: Compress-Archive -Path $env:dir -DestinationPath "${{ env.dir }}-self-contained.zip"
run: Compress-Archive -Path "${{ env.dir }}-self-contained" -DestinationPath "${{ env.dir }}-self-contained.zip"

- uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit a3bd362

Please sign in to comment.