mirror of
https://github.com/asdlokj1qpi233/subconverter.git
synced 2025-11-02 06:42:31 +00:00
Update build script
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -14,6 +14,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: subconverter_linux32.tar.gz
|
||||
path: $GITHUB_WORKSPACE
|
||||
|
||||
linux64_build:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -26,6 +27,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: subconverter_linux64.tar.gz
|
||||
path: $GITHUB_WORKSPACE
|
||||
|
||||
macos_build:
|
||||
runs-on: macos-latest
|
||||
@@ -38,4 +40,5 @@ jobs:
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: subconverter_darwin64.tar.gz
|
||||
path: $GITHUB_WORKSPACE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user