We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80e3d8 commit 28febf5Copy full SHA for 28febf5
1 file changed
.github/workflows/publish-release.yml
@@ -47,7 +47,7 @@ jobs:
47
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
48
outputs: # For accessing them from 'release' job
49
IS_PRE_RELEASE: ${{ env.IS_PRE_RELEASE }}
50
- APP_VERSION
+ APP_VERSION: ${{ env.APP_VERSION }}
51
strategy:
52
matrix:
53
platform: [x64] # Change platform if you want to build only a specific platform
0 commit comments