Commit 5c10937817b3961ef96b3b0d3103fd58ad8ea08d
Committed by
GitHub
1 parent
f363ca19
Exists in
develop
Update winpkg.yml
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
.github/workflows/winpkg.yml
... | ... | @@ -68,7 +68,7 @@ jobs: |
68 | 68 | - name: Unpack hllapi |
69 | 69 | run: tar -C ./.build -Jxvf mingw-hllapi.tar.xz |
70 | 70 | - name: MakePackage |
71 | - run: tar -C ./.build -Jcvf mingw-pw3270-full.tar.xz . | |
71 | + run: tar -C ./.build/mingw64 -Jcvf mingw-pw3270-full.tar.xz . | |
72 | 72 | - uses: ncipollo/release-action@v1 |
73 | 73 | with: |
74 | 74 | tag: ${{ steps.gettag.outputs.tag }} | ... | ... |