Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Fix CI bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
qhy040404 committed Apr 7, 2022
1 parent c05a492 commit db66aa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,16 +252,10 @@ jobs:
name: windows-latest_Library-win
path: upload

- name: Import GPG key for signing
uses: crazy-max/[email protected]
with:
gpg_private_key: ${{ secrets.GPG_KEY }}

- name: Generate SHA-512 checksums
shell: sh
run: |
set -eu
(
cd "upload"
Expand Down Expand Up @@ -323,14 +317,4 @@ jobs:
upload_url: ${{ steps.github_release.outputs.upload_url }}
asset_path: upload/SHA512SUMS
asset_name: SHA512SUMS
asset_content_type: text/plain

- name: Upload SHA512SUMS.sign to GitHub release
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.github_release.outputs.upload_url }}
asset_path: upload/SHA512SUMS.sign
asset_name: SHA512SUMS.sign
asset_content_type: text/plain
4 changes: 2 additions & 2 deletions CURRENT_VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rel: 2.0.0.3
rel: 2.0.0.4

pre: 2.0.0.4
pre: 2.0.0.5

0 comments on commit db66aa9

Please sign in to comment.