Skip to content

Commit

Permalink
Update publish-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost1372 authored Dec 12, 2024
1 parent a80e3d8 commit 28febf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
outputs: # For accessing them from 'release' job
IS_PRE_RELEASE: ${{ env.IS_PRE_RELEASE }}
APP_VERSION
APP_VERSION: ${{ env.APP_VERSION }}
strategy:
matrix:
platform: [x64] # Change platform if you want to build only a specific platform
Expand Down

0 comments on commit 28febf5

Please sign in to comment.