mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 04:53:01 +02:00
.github: possible fix of Bob's upload
Use same if: syntax for release/upload job as for build job. Only thing the upload job needs to ensure is that it does not try to upload built artifacts from forks or from non-main builds. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
committed by
Richard Alpe
parent
c8c0350859
commit
f8666ddeb2
@@ -72,7 +72,7 @@ jobs:
|
||||
with:
|
||||
path: output/${{ steps.vars.outputs.tgz }}
|
||||
release:
|
||||
if: github.repository == 'kernelkit/infix' && github.ref == 'refs/heads/main'
|
||||
if: ${{github.repository == 'kernelkit/infix' && github.ref == 'refs/heads/main'}}
|
||||
name: Upload Latest Build
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user