add shell specification for Upload Release Assets step
All checks were successful
Release Electron App / release-desktop (push) Successful in 6m26s

This commit is contained in:
2026-03-03 16:18:44 +01:00
parent f56787b84b
commit 0186a07e2d

View File

@@ -69,6 +69,7 @@ jobs:
echo "RELEASE_ID=${RELEASE_ID}" >> "$GITHUB_ENV" echo "RELEASE_ID=${RELEASE_ID}" >> "$GITHUB_ENV"
- name: Upload Release Assets - name: Upload Release Assets
shell: bash
run: | run: |
GITEA_URL="http://10.0.0.119:3000" GITEA_URL="http://10.0.0.119:3000"
REPO="${GITHUB_REPOSITORY}" REPO="${GITHUB_REPOSITORY}"