mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2026-05-11 17:54:47 +08:00
fix upload executable
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: windows-build
|
||||
path: ./$EXECUTABLE
|
||||
path: ./${{ env.EXECUTABLE }}
|
||||
|
||||
build-ubuntu:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -98,4 +98,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ubuntu-build
|
||||
path: ./$EXECUTABLE
|
||||
path: ./${{ env.EXECUTABLE }}
|
||||
|
||||
Reference in New Issue
Block a user