.gitea/workflows/build.yaml aktualisiert
All checks were successful
Build go program / Explore-Gitea-Actions (push) Successful in 21s
All checks were successful
Build go program / Explore-Gitea-Actions (push) Successful in 21s
This commit is contained in:
@@ -26,8 +26,8 @@ jobs:
|
||||
- name: Upload Linux AMD64 binary
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{APP_NAME}}-linux-amd64
|
||||
path: bin/${{APP_NAME}}-linux-amd64
|
||||
name: ${{env.APP_NAME}}-linux-amd64
|
||||
path: bin/${{env.APP_NAME}}-linux-amd64
|
||||
|
||||
- name: Build Go for Windows AMD64
|
||||
run: |
|
||||
@@ -36,8 +36,8 @@ jobs:
|
||||
- name: Upload Windows AMD64 binary
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{APP_NAME}}-windows-amd64
|
||||
path: bin/${{APP_NAME}}-windows-amd64.exe
|
||||
name: ${{env.APP_NAME}}-windows-amd64
|
||||
path: bin/${{env.APP_NAME}}-windows-amd64.exe
|
||||
|
||||
- name: Build Go for Linux ARM64
|
||||
run: |
|
||||
@@ -47,5 +47,5 @@ jobs:
|
||||
- name: Upload Linux ARM64 binary
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{APP_NAME}}-linux-arm64
|
||||
path: bin/${{APP_NAME}}-linux-arm64
|
||||
name: ${{env.APP_NAME}}-linux-arm64
|
||||
path: bin/${{env.APP_NAME}}-linux-arm64
|
||||
|
Reference in New Issue
Block a user