Skip to content

Commit

Permalink
Update build-installers.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhulbert authored Jul 30, 2024
1 parent 6a37964 commit c8df09d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
if: matrix.os == 'windows-latest'
run: |
pip install blosc --no-input --target src/test/resources
ls src/test/resources/bin/
ls src/test/resources/bin/
mv src/test/resources/bin/* src/test/resources
- uses: actions/checkout@v2
- name: Set up JDK
Expand All @@ -71,4 +73,4 @@ jobs:
name: PainteraConvert-${{ matrix.os }}-${{ env.VERSION }}
path: |
${{ env.DMG_PATH }}
./target/installer-${{ matrix.os }}/*
./target/installer-${{ matrix.os }}/*

0 comments on commit c8df09d

Please sign in to comment.