mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-03 18:31:17 +00:00
adding artefact uploads
This commit is contained in:
@@ -18,4 +18,9 @@ jobs:
|
||||
cmake --build .
|
||||
- name: CheckBinaryName
|
||||
shell: bash
|
||||
run: test -f build/bomberman
|
||||
run: test -f build/bomberman
|
||||
- name: Archive production artifact for Linux binary
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: BombermanLinux
|
||||
path: build/bomberman
|
||||
@@ -35,3 +35,8 @@ jobs:
|
||||
shell: bash
|
||||
if: matrix.name == 'Linux'
|
||||
run: test -f build/bomberman
|
||||
- name: Archive production artifact for Windows binary
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: BombermanWindow
|
||||
path: build/bomberman
|
||||
|
||||
Reference in New Issue
Block a user