Skip to content

Commit 8b75da1

Browse files
committed
CI: add GitHubActions artifacts & rm AppVeyor
Co-authored-by: webwarrior-ws <[email protected]> Fixes #863
1 parent f7d715e commit 8b75da1

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

.github/workflows/CI.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,13 @@ jobs:
1919
- name: Build & Run Tests
2020
run: |
2121
.\build.cmd
22+
- name: Upload artifact (bin)
23+
uses: actions/upload-artifact@v4
24+
with:
25+
name: bin
26+
path: bin
27+
- name: Upload artifact (dist)
28+
uses: actions/upload-artifact@v4
29+
with:
30+
name: dist
31+
path: dist

appveyor.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)