Skip to content

Commit d0e17e1

Browse files
authored
Update push-to-octopus.yml
1 parent 189b7c3 commit d0e17e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-to-octopus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v2
1212

1313
- name: Zip package 📦
14-
run: zip -r ../yoroi-frontend-smoke-builds.${{ github.ref_name }}.zip . -x "*/.*"
14+
run: (cd . && zip -r ../yoroi-frontend-smoke-builds.${{ github.ref_name }}.zip ./* ./.??*)
1515

1616
- name: Install Octopus CLI 🐙
1717
uses: OctopusDeploy/install-octopus-cli-action@v3

0 commit comments

Comments
 (0)