mirror of
https://github.com/MetaCubeX/subconverter.git
synced 2025-11-04 18:19:42 +08:00
Update build script
This commit is contained in:
parent
eb79327497
commit
e504eeb938
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: subconverter_linux32.tar.gz
|
||||
path: $GITHUB_WORKSPACE
|
||||
path: "."
|
||||
|
||||
linux64_build:
|
||||
runs-on: ubuntu-latest
|
||||
@ -27,7 +27,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: subconverter_linux64.tar.gz
|
||||
path: $GITHUB_WORKSPACE
|
||||
path: "."
|
||||
|
||||
macos_build:
|
||||
runs-on: macos-latest
|
||||
@ -40,5 +40,5 @@ jobs:
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: subconverter_darwin64.tar.gz
|
||||
path: $GITHUB_WORKSPACE
|
||||
path: "."
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user