Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fightroad committed Nov 17, 2024
2 parents 9a00d18 + 015057c commit 8ab7ec1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-IMM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
* 基本信息
IP: 192.168.2.2
账户: root
密码: password
密码:
- name: Delete old releases
uses: dev-drprasad/delete-older-releases@master
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-LEAN-X86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,12 @@ jobs:
cp openwrt/bin/targets/*/*/*.vmdk upload/
- name: Get Current Date
run: echo "CURRENT_DATETIME=$(date '+%Y%m%d%H%M%S')" >> $GITHUB_ENV
run: echo "CURRENT_DATE=$(date '+%Y%m%d%H%M%S')" >> $GITHUB_ENV

- name: Upload OpenWrt Firmware to Release
uses: ncipollo/release-action@main
with:
tag: x86_64_${{ env.CURRENT_DATE }}
tag: LEDE_x86_64_${{ env.CURRENT_DATE }}
artifacts: upload/*
allowUpdates: true
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -184,4 +184,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
keep_latest: 10
delete_tags : true
delete_tags : true

0 comments on commit 8ab7ec1

Please sign in to comment.