Skip to content

Commit ff3f331

Browse files
authored
Update main.yml
1 parent d63701a commit ff3f331

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,10 @@ jobs:
7777

7878
- name: Create steps package
7979
run: |
80-
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
80+
cd output/staged
81+
zip ../../steps-package-helloworld.${{ steps.version.outputs.version }}.zip \
82+
hello-world-upload.${{ steps.version.outputs.version }}.zip \
83+
hello-world-target.${{ steps.version.outputs.version }}.zip
8184
8285
8386
- name: Create release

0 commit comments

Comments
 (0)