Skip to content

Commit 163f124

Browse files
workflow fixes
1 parent cb56047 commit 163f124

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/reusable-wasm-near.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
- name: "Build"
6262
run: python3 Tools/wasm/wasm_build.py emscripten-near
6363
- name: "Upload python.wasm"
64-
if: github.event_name == 'release'
6564
uses: actions/upload-release-asset@v1
6665
env:
6766
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -71,7 +70,6 @@ jobs:
7170
asset_name: python.wasm
7271
asset_content_type: application/wasm
7372
- name: "Upload python-stdlib.zip"
74-
if: github.event_name == 'release'
7573
uses: actions/upload-release-asset@v1
7674
env:
7775
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)