Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson authored Jul 11, 2021
1 parent d63701a commit ff3f331
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ jobs:

- name: Create steps package
run: |
zip steps-package-helloworld.${{ steps.version.outputs.version }}.zip output/staged/hello-world-upload.${{ steps.version.outputs.version }}.zip output/staged/hello-world-target.${{ steps.version.outputs.version }}.zip
cd output/staged
zip ../../steps-package-helloworld.${{ steps.version.outputs.version }}.zip \
hello-world-upload.${{ steps.version.outputs.version }}.zip \
hello-world-target.${{ steps.version.outputs.version }}.zip
- name: Create release
Expand Down

0 comments on commit ff3f331

Please sign in to comment.