mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-12 15:04:38 +01:00
update workflow
This commit is contained in:
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
|||||||
run: env GOOS=linux GOARCH=amd64 go build -v
|
run: env GOOS=linux GOARCH=amd64 go build -v
|
||||||
|
|
||||||
- name: Upload Linux-amd64 artifacts
|
- name: Upload Linux-amd64 artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Linux-amd64
|
name: Linux-amd64
|
||||||
path: |
|
path: |
|
||||||
@@ -43,7 +43,7 @@ jobs:
|
|||||||
run: env GOOS=windows GOARCH=amd64 go build -v
|
run: env GOOS=windows GOARCH=amd64 go build -v
|
||||||
|
|
||||||
- name: Upload Windows-amd64 artifacts
|
- name: Upload Windows-amd64 artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Windows-amd64
|
name: Windows-amd64
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Reference in New Issue
Block a user