Skip to content

Commit 189b7c3

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

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@ jobs:
1010
- name: Checkout main repo
1111
uses: actions/checkout@v2
1212

13-
- name: Set package name 📦
14-
run: echo "PACKAGE_NAME=$(echo yoroi-frontend-smoke-builds.${{ github.ref_name }}.zip)" >> $GITHUB_ENV
15-
1613
- name: Zip package 📦
17-
run: zip -r ../$(echo $PACKAGE_NAME) . -x "*/.*"
14+
run: zip -r ../yoroi-frontend-smoke-builds.${{ github.ref_name }}.zip . -x "*/.*"
1815

1916
- name: Install Octopus CLI 🐙
2017
uses: OctopusDeploy/install-octopus-cli-action@v3
@@ -28,7 +25,7 @@ jobs:
2825
OCTOPUS_API_KEY: ${{ secrets.OCTOPUS_API_KEY }}
2926
OCTOPUS_SPACE: 'DevOps'
3027
with:
31-
packages: '${{ env.PACKAGE_NAME }}'
28+
packages: '../yoroi-frontend-smoke-builds.${{ github.ref_name }}.zip'
3229

3330
- name: Create release
3431
uses: OctopusDeploy/create-release-action@v3

0 commit comments

Comments
 (0)