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
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
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Ensure latest Go is installed in /data/go
|
- name: Ensure latest Go is installed in /data/go
|
||||||
run: |
|
run: |
|
||||||
@@ -74,7 +74,7 @@ jobs:
|
|||||||
export GOMODCACHE=/data/gomodcache
|
export GOMODCACHE=/data/gomodcache
|
||||||
mkdir -p $GOCACHE $GOMODCACHE
|
mkdir -p $GOCACHE $GOMODCACHE
|
||||||
|
|
||||||
OUTPUT="../${APP_NAME}"
|
OUTPUT="${APP_NAME}"
|
||||||
if [ -n "${{ matrix.arm_version }}" ]; then
|
if [ -n "${{ matrix.arm_version }}" ]; then
|
||||||
OUTPUT="${OUTPUT}v${{ matrix.arm_version }}"
|
OUTPUT="${OUTPUT}v${{ matrix.arm_version }}"
|
||||||
export GOARM=${{ matrix.arm_version }}
|
export GOARM=${{ matrix.arm_version }}
|
||||||
@@ -85,9 +85,9 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: ${{ env.APP_NAME }}-${{ matrix.os }}-${{ matrix.arch }}
|
name: ${{ env.APP_NAME }}-${{ matrix.os }}-${{ matrix.arch }}
|
||||||
path: |
|
path: |
|
||||||
./web
|
./web
|
||||||
${APP_NAME}
|
${APP_NAME}${{ matrix.ext }}
|
||||||
|
|||||||
Reference in New Issue
Block a user