Skip to content

Commit

Permalink
Update build-LEAN-X86.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fightroad authored Nov 16, 2024
1 parent 0f17c2b commit 9c81533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-LEAN-X86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ 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
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 9c81533

Please sign in to comment.