We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2da0138 commit e29a00fCopy full SHA for e29a00f
1 file changed
.github/workflows/master.yml
@@ -74,6 +74,17 @@ jobs:
74
autoreconf -fiv
75
./configure
76
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
88
89
cppcheck:
90
name: Cppcheck
0 commit comments