File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5252 name : Build Debian package (amd64)
5353 runs-on : ubuntu-latest
5454 needs : create-tag
55- if : ${{ needs.create-tag.outputs.tag_created == 'true' && github.repository == 'wineslab/spear-libe3' }}
55+ if : ${{ needs.create-tag.outputs.tag_created == 'true' }}
5656 steps :
5757 - uses : actions/checkout@v4
5858 with :
8282 name : Build Debian package (arm64)
8383 runs-on : ubuntu-24.04-arm
8484 needs : create-tag
85- if : ${{ needs.create-tag.outputs.tag_created == 'true' && github.repository == 'wineslab/spear-libe3' }}
85+ if : ${{ needs.create-tag.outputs.tag_created == 'true' }}
8686 steps :
8787 - uses : actions/checkout@v4
8888 with :
@@ -115,7 +115,7 @@ jobs:
115115 - build-deb-arm64
116116 - create-tag
117117 runs-on : ubuntu-latest
118- if : ${{ needs.create-tag.outputs.tag_created == 'true' && github.repository == 'wineslab/spear-libe3' }}
118+ if : ${{ needs.create-tag.outputs.tag_created == 'true' }}
119119 permissions :
120120 contents : write
121121 steps :
You can’t perform that action at this time.
0 commit comments