Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit d0957da

Browse files
committed
chore(ci): Temp disable if in publish
1 parent c3a175f commit d0957da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)