update download url

This commit is contained in:
2026-01-29 17:32:11 +01:00
parent 88fc6cf8f4
commit 8dc188602c
2 changed files with 5 additions and 4 deletions
+3 -3
View File
@@ -22,8 +22,8 @@ runs:
shell: bash
- name: Run autodeploy setup script
working-directory: ${{ github.workspace }}/autodeploy
working-directory: ${{ github.workspace }}
run: |
chmod +x setup.sh
./setup.sh
chmod +x autodeploy/setup.sh
./autodeploy/setup.sh
shell: bash
+2 -1
View File
@@ -3,7 +3,8 @@
set -euo pipefail
URL="https://github.com/prefix-dev/pixi/releases/latest/download/pixi-x86_64-unknown-linux-musl.tar.gz"
# URL="https://github.com/prefix-dev/pixi/releases/latest/download/pixi-x86_64-unknown-linux-musl.tar.gz"
URL="https://gitea.psi.ch/python/pixi/releases/download/latest/pixi-x86_64-unknown-linux-musl.tar.gz"
ARCHIVE=$(basename "$URL")
BINARY=$(echo "$ARCHIVE" | cut -d. -f1 | cut -d- -f1)