rename Shockolate tar ball

This commit is contained in:
ml
2026-07-20 13:51:10 +02:00
parent 3034703994
commit 3da137da09
3 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -55,8 +55,8 @@ jobs:
# instance's artifact storage doesn't support (GHESNotSupportedError) - v3 works.
uses: actions/upload-artifact@v3
with:
name: questshock
path: dist/questshock-*-linux-*.tar.gz
name: shockolate
path: dist/shockolate-*-linux-*.tar.gz
- name: Build Quest APK
# QUESTSHOCK_BUILD_IMAGE is already set (see Preflight above), so
@@ -80,7 +80,7 @@ jobs:
if: gitea.event_name == 'push'
run: |
set -euo pipefail
TARBALL="$(ls dist/questshock-*-linux-*.tar.gz)"
TARBALL="$(ls dist/shockolate-*-linux-*.tar.gz)"
mkdir -p ~/.ssh
echo "${{ secrets.DL_SFTP_KEY }}" > ~/.ssh/dl_sftp_key
chmod 600 ~/.ssh/dl_sftp_key