Skip to content

Commit

Permalink
fix: wrong package name in build (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
domenicsim1 authored Jul 7, 2022
1 parent 873eed2 commit 725e13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
uses: OctopusDeploy/push-build-information-action@v1
with:
package: |
'vscode-octopusdeploy.${{ needs.build.outputs.package_version }}.tar.gz'
'vscode-octopusdeploy'
version: '${{ needs.build.outputs.package_version }}'
- name: Create a release in Octopus Deploy 🐙
uses: OctopusDeploy/create-release-action@v1.1.1
Expand Down

0 comments on commit 725e13f

Please sign in to comment.