Skip to content

Commit

Permalink
Update Build lede x86.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
quanjindeng authored Jul 14, 2024
1 parent 8fae381 commit fc81b2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build lede x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
remove-docker-images: 'true'

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 检查服务器配置
run: |
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
echo "status=success" >> $GITHUB_OUTPUT
- name: 上传固件
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: steps.organize.outputs.status == 'success' && !cancelled()
with:
name: OpenWrt_firmware${{ env.DEVICE_NAME }}${{ env.FILE_DATE }}
Expand Down

0 comments on commit fc81b2b

Please sign in to comment.