Commit b9d3f90db824f0f5c3c743f3641c59f345ef7634

Authored by Perry Werneck
1 parent 3a997b15
Exists in develop

Fixing bundler.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs: @@ -28,7 +28,7 @@ jobs:
28 - name: CI-Build 28 - name: CI-Build
29 run: ./win/mingw-build.sh 29 run: ./win/mingw-build.sh
30 - name: Bundle 30 - name: Bundle
31 - run: ./win/bundle.msys 31 + run: ./win/bundle.msys --build
32 - uses: ncipollo/release-action@v1 32 - uses: ncipollo/release-action@v1
33 with: 33 with:
34 tag: ${{ steps.gettag.outputs.tag }} 34 tag: ${{ steps.gettag.outputs.tag }}