adding artefact uploads

This commit is contained in:
Clément Le Bihan
2021-06-16 19:33:47 +02:00
parent ce71a6736b
commit e91b466b1e
2 changed files with 11 additions and 1 deletions
+6 -1
View File
@@ -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
+5
View File
@@ -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