Skip to content

Commit

Permalink
fix zip command
Browse files Browse the repository at this point in the history
  • Loading branch information
goojal committed Feb 16, 2024
1 parent b0c7ee0 commit 7439a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:

- name: Compress Decompiler.Tests/bin
if: always()
run: Compress-Archive -Path engine/Decompiler.Tests/bin/ -DestinationPath Decompiler.Tests.Bin.zip
run: zip Decompiler.Tests.Bin.zip engine/Decompiler.Tests/bin

- name: Upload Decompiler.Tests.Bin artifact
if: always()
Expand Down

0 comments on commit 7439a75

Please sign in to comment.