Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosette committed Oct 11, 2024
1 parent d32d2a2 commit 169e593
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ jobs:
- arch: x86_64-linux
os: ubuntu-latest
target: amd64
# aarch64-linux
- arch: aarch64-linux
os: ubuntu-latest
target: arm64
# x86_64-windows-gnu
- arch: x86_64-windows-gnu
os: windows-latest
target: amd64

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -178,10 +170,6 @@ jobs:
- name: Calculate hash
run: |
mv tsukimi-x86_64-linux/* .
mv tsukimi-aarch64-linux/* .
mv tsukimi-x86_64-windows-gnu/* .
sha512sum *.7z > tsukimi.sha512sum
sha512sum *.exe >> tsukimi.sha512sum
sha512sum *.tar.gz >> tsukimi.sha512sum
sha512sum *.deb >> tsukimi.sha512sum
Expand All @@ -201,8 +189,6 @@ jobs:
files: |
*.tar.gz
*.deb
*.7z
*.exe
tsukimi.sha512sum
tag_name: ${{ steps.tag.outputs.TAG_NAME }}
prerelease: ${{ env.PRERELEASE || false }}

0 comments on commit 169e593

Please sign in to comment.