Skip to content

Commit

Permalink
returned to earlier version
Browse files Browse the repository at this point in the history
  • Loading branch information
SarKaa authored May 12, 2024
1 parent 6399052 commit e2e09cc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: build

on:
push:
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -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

0 comments on commit e2e09cc

Please sign in to comment.