File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 8989 shell : bash -el {0}
9090 if : github.event_name == 'push'
9191 run : |
92- python -m emci build changed $GITHUB_WORKSPACE/ origin/emscripten-3.1.73 ~1 origin/emscripten-3.1.73
92+ python -m emci build changed $GITHUB_WORKSPACE/ origin/main ~1 origin/main
9393
9494 # ###############################################################
9595 # PULL_REQUEST
9898 shell : bash -el {0}
9999 if : github.event_name == 'pull_request'
100100 run : |
101- python -m emci build changed $GITHUB_WORKSPACE/ origin/emscripten-3.1.73 HEAD
101+ python -m emci build changed $GITHUB_WORKSPACE/ origin/main HEAD
102102
103103 # ###############################################################
104104 # UPLOAD
@@ -120,11 +120,10 @@ jobs:
120120 for package in $files; do
121121 echo "Uploading ${package} for ${platform}"
122122
123- echo "TEMPORARY DISABLED DUE TO REFACTOR"
124- # rattler-build upload prefix \
125- # --channel emscripten-forge-dev \
126- # -a $PREFIX_DEV_API_KEY \
127- # ${package}
123+ rattler-build upload prefix \
124+ --channel emscripten-forge-dev \
125+ -a $PREFIX_DEV_API_KEY \
126+ ${package}
128127
129128 RETURNCODE=$?
130129
You can’t perform that action at this time.
0 commit comments