We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6258aed commit 304ea7bCopy full SHA for 304ea7b
.github/workflows/windows.yml
@@ -39,6 +39,9 @@ jobs:
39
env:
40
TARGET_ARCH: ${{ matrix.arch }}
41
42
+ - name: List all output files
43
+ run: ls -alp ./out/Release
44
+
45
- name: Compress files
46
uses: a7ul/tar-action@v1.0.2
47
id: compress
@@ -48,7 +51,6 @@ jobs:
48
51
files: |
49
52
./qode.exe
50
53
./node.lib
- ./node.exp
54
outPath: ${{github.event.release.tag_name}}-win32-${{ matrix.arch }}.tar.gz
55
56
- uses: actions/upload-artifact@v4
0 commit comments