Skip to content

Commit

Permalink
fixed com
Browse files Browse the repository at this point in the history
  • Loading branch information
astherath committed Sep 19, 2024
1 parent 8fe8e9b commit d9ad068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
version: ${{ env.PACKAGE_VERSION }}
output_folder: './artifacts'
base_path: './dist'
files: 'backend-deadlock'
files: 'deadlock-backend'

# Push zip package to Octopus
- name: Push package to Octopus 🐙
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "backend-deadlock",
"name": "deadlock-backend",
"bin": "dist/index.js",
"main": "src/index.js",
"version": "0.0.13",
Expand Down

0 comments on commit d9ad068

Please sign in to comment.