mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Remove UPLOAD_KEY
This commit is contained in:
parent
f6ddb9a3bf
commit
1f93940975
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -92,7 +92,6 @@ jobs:
|
|||||||
- name: Upload Continuous Release
|
- name: Upload Continuous Release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
UPLOAD_KEY: ${{ secrets.UPLOAD_KEY }}
|
|
||||||
run: |
|
run: |
|
||||||
export UPLOADTOOL_SUFFIX="${{ matrix.name }}"
|
export UPLOADTOOL_SUFFIX="${{ matrix.name }}"
|
||||||
./uploadtool/upload.sh build/dist/isle-*
|
./uploadtool/upload.sh build/dist/isle-*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user