File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 53
53
54
54
release-binaries :
55
55
needs : release
56
- if : needs.release.outputs.published == 'true'
57
56
name : Build binaries for ${{matrix.target}}
58
57
runs-on : ${{matrix.runner}}
59
58
env :
@@ -149,7 +148,6 @@ jobs:
149
148
- name : Upload artifact (development only)
150
149
id : upload-artifact
151
150
uses : actions/upload-artifact@v4
152
- if : needs.release.outputs.published != 'true'
153
151
with :
154
152
name : ${{ steps.package-artifact.outputs.archive }}
155
153
path : generated/${{ steps.package-artifact.outputs.archive }}
@@ -167,7 +165,6 @@ jobs:
167
165
https://api.github.com/repos/${{ github.repository }}/releases/tags/v${{ env.PUBLISHED_VERSION }} | jq '.id')" >> "$GITHUB_OUTPUT"
168
166
169
167
- name : Upload release asset
170
- if : needs.release.outputs.published == 'true'
171
168
shell : bash
172
169
env :
173
170
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments