2 Commits

Author SHA1 Message Date
Adrian Zürcher
ff473d0e8d since v6 is not supported downgrade to v4
Some checks failed
Build Slideshow App / build (amd64, .exe, windows) (push) Failing after 2m36s
Build Slideshow App / build (amd64, , linux) (push) Failing after 2m39s
Build Slideshow App / build (arm, 6, , linux) (push) Failing after 1m59s
Build Slideshow App / build (arm64, , linux) (push) Failing after 1m58s
2026-01-17 00:27:16 +01:00
Adrian Zürcher
4798b76b2d update workflow
Some checks failed
Build Slideshow App / build (amd64, , linux) (push) Failing after 29s
Build Slideshow App / build (amd64, .exe, windows) (push) Failing after 30s
Build Slideshow App / build (arm, 6, , linux) (push) Failing after 13s
Build Slideshow App / build (arm64, , linux) (push) Failing after 13s
2026-01-17 00:16:22 +01:00

View File

@@ -74,7 +74,7 @@ jobs:
export GOMODCACHE=/data/gomodcache
mkdir -p $GOCACHE $GOMODCACHE
OUTPUT="../${APP_NAME}"
OUTPUT="${APP_NAME}"
if [ -n "${{ matrix.arm_version }}" ]; then
OUTPUT="${OUTPUT}v${{ matrix.arm_version }}"
export GOARM=${{ matrix.arm_version }}
@@ -85,9 +85,9 @@ jobs:
shell: bash
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.APP_NAME }}-${{ matrix.os }}-${{ matrix.arch }}
path: |
./web
${APP_NAME}
${APP_NAME}${{ matrix.ext }}