Compare commits
1 Commits
80d637f03e
...
v0.0.4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4798b76b2d |
@@ -32,7 +32,7 @@ jobs:
|
||||
steps:
|
||||
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Ensure latest Go is installed in /data/go
|
||||
run: |
|
||||
@@ -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@v6
|
||||
with:
|
||||
name: ${{ env.APP_NAME }}-${{ matrix.os }}-${{ matrix.arch }}
|
||||
path: |
|
||||
./web
|
||||
${APP_NAME}
|
||||
${APP_NAME}${{ matrix.ext }}
|
||||
|
||||
Reference in New Issue
Block a user