Set UA_API_SECRET in release workflow
Add UA_API_SECRET environment variable for package build.
This commit is contained in:
parent
95c847184f
commit
933c8244b9
|
|
@ -63,6 +63,8 @@ jobs:
|
||||||
- name: Build all packages
|
- name: Build all packages
|
||||||
run: |
|
run: |
|
||||||
bin/package_all
|
bin/package_all
|
||||||
|
env:
|
||||||
|
UA_API_SECRET: ${{ secrets.UA_API_SECRET }}
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue