Skip to content

Commit

Permalink
修正漏れ
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Oct 12, 2023
1 parent a948eb5 commit 936ad70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ jobs:
cd artifact
7z a "../${{ env.ASSET_NAME }}.zip" "${{ env.ASSET_NAME }}"
- name: Upload to Release
if: needs.config.outputs.deploy == 'true'
if: fromJson(needs.config.outputs.deploy)
uses: softprops/action-gh-release@v1
with:
prerelease: true
Expand Down

0 comments on commit 936ad70

Please sign in to comment.