Skip to content

Commit e29a00f

Browse files
upload Windows artifacts (knik0#57)
* upload Windows artifacts * fix macOS build, fix artifact upload
1 parent 2da0138 commit e29a00f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/master.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,17 @@ jobs:
7474
autoreconf -fiv
7575
./configure
7676
make
77+
mkdir -p temp
78+
make install DESTDIR=$(realpath temp)
79+
80+
- name: Upload artifacts (Windows)
81+
uses: actions/upload-artifact@v4
82+
if: runner.os == 'Windows'
83+
with:
84+
name: faac-${{ github.sha }}-win64
85+
path: |
86+
temp/*/bin/*.exe
87+
temp/*/bin/*.dll
7788
7889
cppcheck:
7990
name: Cppcheck

0 commit comments

Comments
 (0)