mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-07 02:42:50 +08:00
update workflow
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
||||
run: go build -o ./${{ env.EXECUTABLE }} -ldflags -H=windowsgui app/main.go
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: windows-build
|
||||
path: ./${{ env.EXECUTABLE }}
|
||||
@@ -96,7 +96,7 @@ jobs:
|
||||
run: go build -o ./${{ env.EXECUTABLE }} app/main.go
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ubuntu-build
|
||||
path: ./${{ env.EXECUTABLE }}
|
||||
|
||||
Reference in New Issue
Block a user