We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a37964 commit c8df09dCopy full SHA for c8df09d
1 file changed
.github/workflows/build-installers.yml
@@ -47,6 +47,8 @@ jobs:
47
if: matrix.os == 'windows-latest'
48
run: |
49
pip install blosc --no-input --target src/test/resources
50
+ ls src/test/resources/bin/
51
52
mv src/test/resources/bin/* src/test/resources
53
- uses: actions/checkout@v2
54
- name: Set up JDK
@@ -71,4 +73,4 @@ jobs:
71
73
name: PainteraConvert-${{ matrix.os }}-${{ env.VERSION }}
72
74
path: |
75
${{ env.DMG_PATH }}
- ./target/installer-${{ matrix.os }}/*
76
+ ./target/installer-${{ matrix.os }}/*
0 commit comments