Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f9a92e4e4a | |||
| 40b13a0661 | |||
|
|
ff473d0e8d |
@@ -32,7 +32,7 @@ jobs:
|
||||
steps:
|
||||
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Ensure latest Go is installed in /data/go
|
||||
run: |
|
||||
@@ -85,9 +85,9 @@ jobs:
|
||||
shell: bash
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ env.APP_NAME }}-${{ matrix.os }}-${{ matrix.arch }}
|
||||
path: |
|
||||
./web
|
||||
${APP_NAME}${{ matrix.ext }}
|
||||
${{env.APP_NAME}}${{ matrix.ext }}
|
||||
|
||||
Reference in New Issue
Block a user