mirror of
https://github.com/asdlokj1qpi233/subconverter.git
synced 2025-10-28 20:32:42 +00:00
Update build script
This commit is contained in:
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: "."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user