Skip to content

Commit d4da5fb

Browse files
committed
fix: upload entire output directory as artifact
1 parent 6bad647 commit d4da5fb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,4 @@ jobs:
4343
uses: actions/upload-artifact@v4
4444
with:
4545
name: FFBArcadePlugin-${{ matrix.configuration }}-${{ matrix.platform }}
46-
path: |
47-
${{ matrix.configuration }}.${{ matrix.platform == 'x86' && 'Win32' || matrix.platform }}/*.dll
48-
${{ matrix.configuration }}.${{ matrix.platform == 'x86' && 'Win32' || matrix.platform }}/*.ini
46+
path: ${{ matrix.configuration }}.${{ matrix.platform == 'x86' && 'Win32' || matrix.platform }}/

0 commit comments

Comments
 (0)