Skip to content

Commit

Permalink
added fix
Browse files Browse the repository at this point in the history
  • Loading branch information
astherath committed Sep 19, 2024
1 parent f8ae85b commit 54f1993
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,19 @@ jobs:
- name: Create a Zip package 🐙
uses: OctopusDeploy/create-zip-package-action@v3
with:
package_id: 'deadlock_backend'
package_id: 'deadlock-backend'
version: ${{ env.PACKAGE_VERSION }}
output_folder: './artifacts'
base_path: './dist'
files: 'deadlock_backend'
files: 'deadlock-backend'

# Push zip package to Octopus
- name: Push package to Octopus 🐙
uses: OctopusDeploy/push-package-action@v3
with:
api_key: ${{ secrets.OCTOPUS_SERVER_API_KEY }}
server: ${{ secrets.OCTOPUS_SERVER_URL }}
packages: "./artifacts/deadlock_backend.${{ env.PACKAGE_VERSION }}.zip"
packages: "./artifacts/deadlock-backend.${{ env.PACKAGE_VERSION }}.zip"
space: ${{ secrets.OCTOPUS_SERVER_SPACE }}

# simplies echos the github.ref var
Expand Down

0 comments on commit 54f1993

Please sign in to comment.