Skip to content

Commit

Permalink
trying to eliminate embedded subdir in final dist zip
Browse files Browse the repository at this point in the history
  • Loading branch information
ebekker committed Oct 4, 2019
1 parent 21e4018 commit 0f11777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
shell: pwsh
run: |
cd dist
Compress-Archive -DestinationPath ../pwsh-github-action-base-dist.zip -Path .
Compress-Archive -DestinationPath ../pwsh-github-action-base-dist.zip -Path ./*
- name: attach asset to release
shell: pwsh
Expand Down

0 comments on commit 0f11777

Please sign in to comment.