Skip to content

Commit

Permalink
@younglim Zip and omit GitHub Workspace parent dir name
Browse files Browse the repository at this point in the history
Zip and omit GitHub Workspace parent dir name
  • Loading branch information
younglim authored Dec 19, 2022
2 parents 377e0e9 + 9670919 commit e0b8a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Zip entire Purple Hats folder (Windows)
shell: pwsh
run: Compress-Archive -Path ${{github.workspace}} -DestinationPath purple-hats-portable-windows.zip
run: Compress-Archive -Path ${{github.workspace}}/* -DestinationPath purple-hats-portable-windows.zip

- name: Upload Windows artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e0b8a69

Please sign in to comment.