Combine artifacts
This commit is contained in:
parent
9417045972
commit
8228819f2e
2 changed files with 6 additions and 18 deletions
|
@ -32,17 +32,11 @@ jobs:
|
|||
- run: yarn install --frozen-lockfile
|
||||
- run: yarn build
|
||||
- run: yarn package
|
||||
- name: Upload Linux Binary
|
||||
- name: Upload Binary
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: random-bunny-linux
|
||||
path: bin/random-bunny-linux
|
||||
if-no-files-found: error
|
||||
- name: Upload Windows Binary
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: random-bunny-win.exe
|
||||
path: bin/random-bunny-win.exe
|
||||
name: random-bunny-${{ github.run_id }}
|
||||
path: bin/
|
||||
if-no-files-found: error
|
||||
|
||||
publish:
|
||||
|
|
|
@ -34,15 +34,9 @@ jobs:
|
|||
- run: yarn install --frozen-lockfile
|
||||
- run: yarn build
|
||||
- run: yarn package
|
||||
- name: Upload Linux Binary
|
||||
- name: Upload Binary
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: random-bunny-linux
|
||||
path: bin/random-bunny-linux
|
||||
if-no-files-found: error
|
||||
- name: Upload Windows Binary
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: random-bunny-win.exe
|
||||
path: bin/random-bunny-win.exe
|
||||
name: random-bunny-${{ github.run_id }}
|
||||
path: bin/
|
||||
if-no-files-found: error
|
Loading…
Reference in a new issue