Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xixiIBN5100 authored Aug 30, 2024
1 parent e243a10 commit 3ee47cf
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,17 +111,6 @@ jobs:
pnpm build-only
zip -r assets ./dist/**
- name: Update Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./assets.zip
asset_name: assets.zip
asset_content_type: application/zip

- name: Upload to Deploy Server (Dev)
uses: easingthemes/[email protected]
env:
Expand Down

0 comments on commit 3ee47cf

Please sign in to comment.