From e2e09cc3ffd751d3f04cf498d0da552f6cffb99f Mon Sep 17 00:00:00 2001 From: SarKaa <51273849+SarKaa@users.noreply.github.com> Date: Sun, 12 May 2024 15:42:10 +0100 Subject: [PATCH] returned to earlier version --- .github/workflows/build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 21690cab5..1f7babb88 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,7 @@ name: build on: + push: workflow_dispatch: jobs: @@ -82,12 +83,12 @@ jobs: -name "libcrypto*.dll" -o \ -name "libssl*.dll" \) \ -exec cp -v {} rel \; - tar -C rel -cJvf libimobile-suite-latest_${{ matrix.arch }}-${{ matrix.msystem }}.tar.xz . + tar -C rel -cvf libimobile-suite-latest_${{ matrix.arch }}-${{ matrix.msystem }}.tar . - name: publish release env: github_token: ${{secrets.GITHUB_TOKEN}} run: | TAG="${GITHUB_REF##*/}-${GITHUB_SHA:0:7}" - gh release create "$TAG" --draft --title "Draft Release" - gh release upload "$TAG" libimobile-suite-latest_${{ matrix.arch }}-${{ matrix.msystem }}.tar.xz + gh release create "$TAG" --title "Release $TAG" + gh release upload "$TAG" libimobile-suite-latest_${{ matrix.arch }}-${{ matrix.msystem }}.tar