Commit 9c359d2d9b21037c809d1a469d5dbc488e4c70a6
1 parent
14809310
Exists in
develop
Updating win32 bundle workflow.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
.github/workflows/winpkg.yml
| ... | ... | @@ -69,9 +69,9 @@ jobs: |
| 69 | 69 | - name: Unpack hllapi |
| 70 | 70 | run: tar -C ./.build -Jxvf mingw-hllapi.tar.xz |
| 71 | 71 | - name: Make Runtime |
| 72 | - run: /bin/bash ./win/makeruntime.sh | |
| 72 | + run: /bin/bash ./win/bundle | |
| 73 | 73 | - name: Make Package |
| 74 | - run: tar -C ./.build -Jcvf mingw64-pw3270-full.tar.xz . | |
| 74 | + run: tar -C ./.build -Jcvf mingw64-pw3270.x86_64.tar.xz . | |
| 75 | 75 | - uses: ncipollo/release-action@v1 |
| 76 | 76 | with: |
| 77 | 77 | tag: ${{ steps.gettag.outputs.tag }} | ... | ... |