Skip to content

Commit c7274ee

Browse files
committed
Attempt to add artifacts for this branch
Attempt. Based on VVVVVV-CE's completely changed CI file, which is probably completely tailored to it in some way, let's just see what happens if I include just the artifacts blocks with changes. I've never worked with CI before. Nor YAML.
1 parent 500bdc9 commit c7274ee

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@ jobs:
4040
- name: Build
4141
run: ninja -C ${SRC_DIR_PATH}/build
4242

43+
44+
- name: Show build artifacts
45+
run: tree ${SRC_DIR_PATH}/build
46+
47+
- name: Upload binary
48+
uses: actions/upload-artifact@v1
49+
with:
50+
name: VVVVVV-${{ matrix.os }}Binary
51+
path: desktop_version/build/VVVVVV
52+
4353
build-win:
4454
name: Build (windows-latest)
4555

@@ -64,3 +74,9 @@ jobs:
6474
run: |
6575
cd $env:SRC_DIR_PATH
6676
cmake --build .
77+
78+
- name: Upload artifacts
79+
uses: actions/upload-artifact@v1
80+
with:
81+
name: VVVVVV-Windows
82+
path: desktop_version/build/VVVVVV.exe

0 commit comments

Comments
 (0)