Skip to content

Commit

Permalink
update github workflow yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ive committed Jun 15, 2023
1 parent 98d9aa2 commit a98c09a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 63 deletions.
62 changes: 0 additions & 62 deletions .github/workflows/debug.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -57,7 +57,7 @@ jobs:
working-directory: ${{ env.GITHUB_WORKSPACE }}
run: |
gh release delete "${{ env.GRUB4DOS_VER }}" --cleanup-tag --yes
gh release create "${{ env.GRUB4DOS_VER }}" -t "${{ env.GRUB4DOS_BIN }}" *.7z
gh release create "${{ env.GRUB4DOS_VER }}" --target efi -t "${{ env.GRUB4DOS_BIN }}" *.7z
env:
GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- name: 生成对应下载页源码并上传
Expand Down

0 comments on commit a98c09a

Please sign in to comment.