Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yaya2007 committed Jun 9, 2023
1 parent b01b35a commit b695747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 10
- uses: yaya2007/grub4dos-build@main
with:
useQemu: 1
useQemu: 0
- name: 上传文件到1 transfer.sh
run: |
echo transfer_url=`curl -H "Max-Downloads: 100" -H "Max-Days: 5" --upload-file ./$GRUB4DOS_BIN https://transfer.sh` >> $GITHUB_ENV
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- name: 调用专用编译环境进行编译
uses: yaya2007/grub4dos-build@main
with:
useQemu: 1
useQemu: 0
- name: 发布到 github
if: ${{ github.event_name == 'push' }}
uses: marvinpinto/action-automatic-releases@latest
Expand Down

0 comments on commit b695747

Please sign in to comment.