Skip to content

Commit 304ea7b

Browse files
committed
Today's attempt at fixing the Windows build
1 parent 6258aed commit 304ea7b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/windows.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
env:
4040
TARGET_ARCH: ${{ matrix.arch }}
4141

42+
- name: List all output files
43+
run: ls -alp ./out/Release
44+
4245
- name: Compress files
4346
uses: a7ul/tar-action@v1.0.2
4447
id: compress
@@ -48,7 +51,6 @@ jobs:
4851
files: |
4952
./qode.exe
5053
./node.lib
51-
./node.exp
5254
outPath: ${{github.event.release.tag_name}}-win32-${{ matrix.arch }}.tar.gz
5355

5456
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)