Skip to content

Commit

Permalink
chore: remove sha workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
finleyliang committed Jun 18, 2024
1 parent c43e596 commit 85e8f9d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
- name: Build ZIP
run: |
cp -r ./dist ./${{ env.NAME }} && zip ${{ env.NAME }}.zip ${{ env.NAME }} -r && rm -rf ${{ env.NAME }}
sha1sum ./${{ env.NAME }}-${{ env.TAG }}.zip >${{ env.NAME }}-${{ env.TAG }}.zip.sha1
- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
Expand All @@ -54,16 +53,6 @@ jobs:
asset_path: ./${{ env.NAME }}.zip
asset_name: ${{ env.NAME }}.zip
asset_content_type: application/zip
# - name: Upload Release SHA
# id: upload-release-sha
# uses: actions/upload-release-asset@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# upload_url: ${{ github.event.release.upload_url }}
# asset_path: ./${{ env.NAME }}-${{ env.TAG }}.zip.sha1
# asset_name: ${{ env.NAME }}-${{ env.TAG }}.zip.sha1
# asset_content_type: application/zip
- name: Update version package.json
uses: pocket-apps/action-update-version@v1
with:
Expand Down

0 comments on commit 85e8f9d

Please sign in to comment.