Skip to content

Commit

Permalink
fix: cloudflare iso condition (#324)
Browse files Browse the repository at this point in the history
* fix: cloudflare iso condition

* fix: use bools
  • Loading branch information
p5 authored Nov 2, 2024
1 parent 44df195 commit 255c2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
lumina/flatpaks/base
lumina/flatpaks/${{ matrix.image-name }}
installer-version: 41
upload-to-cloudflare: ${{ github.event.inputs.upload-to-cloudflare }}
upload-to-cloudflare: ${{ github.event.inputs.upload-to-cloudflare && true || false }}
r2-bucket: ${{ vars.R2_BUCKET_NAME }}

0 comments on commit 255c2ff

Please sign in to comment.