Skip to content

Commit 56491a4

Browse files
authored
1 parent 2ca17f4 commit 56491a4

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/build_recipes.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
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
@@ -98,7 +98,7 @@ jobs:
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

0 commit comments

Comments
 (0)