Skip to content

Commit

Permalink
ci: test with env variable again
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGemmaJr committed Jun 14, 2024
1 parent 2241e13 commit e96e222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,5 +293,5 @@ jobs:
with:
name: ${{ format('linux-installer-{0}', github.event.inputs.setting) }}
# path: out/make/deb/x64/$PACKAGE_NAME_$PACKAGE_VERSION_amd64.deb
path: ${{ format('out/make/deb/x64/{0}_{1}_amd64.deb', env.PACKAGE_NAME , env.PACKAGE_VERSION)}}
path: ${{ format('out/make/deb/x64/{0}_{1}_amd64.deb', '$PACKAGE_NAME' , '$PACKAGE_VERSION')}}
if-no-files-found: error

0 comments on commit e96e222

Please sign in to comment.