We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e31782d commit d36f157Copy full SHA for d36f157
.github/workflows/release.yml
@@ -81,6 +81,6 @@ jobs:
81
with:
82
name: v${{ inputs.version }}
83
tag: ${{ inputs.tag }}
84
- artifacts: pkgs/HelixNavigator-1.0.0-linux-x64.deb/helixnavigator_1.0.0-1_amd64.deb,pkgs/HelixNavigator-1.0.0-macOS-x64.dmg/HelixNavigator-1.0.0.dmg,pkgs/HelixNavigator-1.0.0-windows-x64.msi/HelixNavigator-1.0.0.msi
+ artifacts: pkgs/HelixNavigator-${{ inputs.version }}-linux-x64.deb/helixnavigator_${{ inputs.version }}-1_amd64.deb,pkgs/HelixNavigator-${{ inputs.version }}-macOS-x64.dmg/HelixNavigator-${{ inputs.version }}.dmg,pkgs/HelixNavigator-${{ inputs.version }}-windows-x64.msi/HelixNavigator-${{ inputs.version }}.msi
85
draft: true
86
prerelease: true
0 commit comments