diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 11ef0ce..44fe6b8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -64,9 +64,9 @@ jobs: latest: true fileName: mingw-w64-x86_64-pw3270-plugin-ipc-5.5-0-x86_64.pkg.tar.zst - name: Make bundle - run: ./win/bundle.msys - - name: Make Package - run: tar -C ./.bin/bundle -Jcf mingw-w64-x86_64-pw3270-bundle-x86_64.tar.xz . + run: | + ./win/bundle.msys + tar -C ./.bin/bundle -Jcf mingw-w64-x86_64-pw3270-bundle-x86_64.tar.xz . - uses: ncipollo/release-action@v1 with: tag: ${{ steps.gettag.outputs.tag }} -- libgit2 0.21.2