mirror of
https://github.com/Luca1991/NDSFactory.git
synced 2025-07-09 13:30:12 +02:00
parent
439fe70f31
commit
bf8224eeb0
22
.github/workflows/build.yml
vendored
22
.github/workflows/build.yml
vendored
@ -36,12 +36,13 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
tar -czvf NDSFactory_`date +%Y%m%d`__Linux_x86_64.tar.gz NDSFactory ../README.md ../LICENSE
|
tar -czvf NDSFactory_`date +%Y%m%d`__Linux_x86_64.tar.gz NDSFactory ../README.md ../LICENSE
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Release on GitHub
|
||||||
uses: actions/upload-artifact@v2
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
name: Linux
|
artifacts: "build/NDSFactory_*__Linux_x86_64.tar.gz"
|
||||||
path: build/NDSFactory_*__Linux_x86_64.tar.gz
|
allowUpdates: true
|
||||||
if-no-files-found: error
|
tag: "autobuild"
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
build-macos:
|
build-macos:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
@ -78,9 +79,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
zip -r NDSFactory_`date +%Y%m%d`__macOS_x86_64.zip NDSFactory.app ../README.md ../LICENSE
|
zip -r NDSFactory_`date +%Y%m%d`__macOS_x86_64.zip NDSFactory.app ../README.md ../LICENSE
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Release on GitHub
|
||||||
uses: actions/upload-artifact@v2
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
name: macOS
|
artifacts: "build/NDSFactory_*__macOS_x86_64.zip"
|
||||||
path: build/NDSFactory_*__macOS_x86_64.zip
|
allowUpdates: true
|
||||||
if-no-files-found: error
|
tag: "autobuild"
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user