Skip to content

Commit

Permalink
ci: tried fixing new toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
WyvernIXTL committed Nov 7, 2024
1 parent 2d39662 commit 89a8fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: 7z a gamepadla-plus-windows-x64-portable.7z .\dist\gamepadla\

- name: Upload To Release
if: ${{ inputs.release == null || inputs.release }}
if: ${{ github.event_name == 'release' || inputs.release == 'true' }}
uses: softprops/action-gh-release@v2
with:
files: |
Expand Down

0 comments on commit 89a8fe7

Please sign in to comment.