This repository was archived by the owner on Jul 4, 2025. It is now read-only.
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 @@ -132,7 +132,7 @@ jobs:
132132 cd ..
133133
134134 - name : Upload binaries to release
135- if : ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
135+ # if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
136136 uses : svenstaro/upload-release-action@v2
137137 with :
138138 repo_token : ${{ secrets.GITHUB_TOKEN }}
@@ -194,7 +194,7 @@ jobs:
194194 cd ..
195195
196196 - name : Upload binaries to release
197- if : ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
197+ # if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
198198 uses : svenstaro/upload-release-action@v2
199199 with :
200200 repo_token : ${{ secrets.GITHUB_TOKEN }}
@@ -255,7 +255,7 @@ jobs:
255255 cd ..
256256
257257 - name : Upload binaries to release
258- if : ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
258+ # if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
259259 uses : svenstaro/upload-release-action@v2
260260 with :
261261 repo_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments