fixing release pipeline again, but like for real this time #32

Merged
Koda merged 1 commits from release-pipeline into main 2026-07-15 20:49:10 +01:00
Showing only changes of commit 4080a73a9e - Show all commits
+1 -5
View File
@@ -83,15 +83,11 @@ jobs:
esac
sudo apt-get install --yes "${packages[@]}"
- name: Build and upload configured packages
env:
ARCHITECTURE: ${{ matrix.architecture }}
VERSION: ${{ needs.metadata.outputs.version }}
run: scripts/ci/build-release.sh .gitea/release-targets.json "$ARCHITECTURE" "$VERSION" dist
- name: Upload package to draft release
env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
RELEASE_ID: ${{ needs.create-release.outputs.release-id }}
VERSION: ${{ needs.metadata.outputs.version }}
shell: bash
run: |
set -euo pipefail
while IFS= read -r architecture; do