Skip to content

Commit 48cabc4

Browse files
committed
fix missing envs
1 parent bc73eb4 commit 48cabc4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@ jobs:
166166
node ./tools/download-aliyun.mjs ${{ github.event.inputs.tag_name }} jsar-runtime-darwin.tar.gz
167167
node ./tools/download-aliyun.mjs ${{ github.event.inputs.tag_name }} jsar-runtime-windows.tar.gz
168168
ls -lsh ./*.tar.gz
169+
env:
170+
ALIYUN_ACCESS_KEY_ID: ${{ secrets.ALIYUN_ACCESS_KEY_ID }}
171+
ALIYUN_ACCESS_KEY_SECRET: ${{ secrets.ALIYUN_ACCESS_KEY_SECRET }}
172+
ALIYUN_BUCKET: ${{ secrets.ALIYUN_BUCKET }}
169173
- name: Create package
170174
run: |
171175
mkdir -p out/android && tar -xvf jsar-runtime-android.tar.gz -C out/android

0 commit comments

Comments
 (0)