Skip to content

Commit

Permalink
chore(CI): 修复了发布失败的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
MemoryShadow committed Jul 20, 2023
1 parent 82484c8 commit 59a6749
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ jobs:
- name: Init
run: |
mkdir packages
git log --pretty=format:"%s" -1>CHANGELOG.md
- name: download artifact
uses: actions/download-artifact@v3
Expand All @@ -331,9 +332,8 @@ jobs:
with:
body_path: CHANGELOG.md
files: |
packages/${{ needs.build.outputs.DEB_AMD64 }}
packages/${{ needs.build.outputs.DEB_I386 }}
packages/${{ needs.build.outputs.RPM_AMD64 }}
packages/${{ needs.build.outputs.RPM_I386 }}
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
packages/amd64.deb/${{ needs.build.outputs.DEB_AMD64 }}
packages/i386.deb/${{ needs.build.outputs.DEB_I386 }}
packages/amd64.rpm/${{ needs.build.outputs.RPM_AMD64 }}
packages/i386.rpm/${{ needs.build.outputs.RPM_I386 }}
token: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit 59a6749

Please sign in to comment.