Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
fightroad committed Nov 16, 2024
1 parent b948702 commit 5d8fdfe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-LEAN-X86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,13 @@ jobs:
cp openwrt/bin/targets/*/*/*.gz upload/
cp openwrt/bin/targets/*/*/*.vmdk upload/
- name: Get Current Date
run: echo "CURRENT_DATE=$(date '+%Y-%m-%d')" >> $GITHUB_ENV

- name: Upload OpenWrt Firmware to Release
uses: ncipollo/release-action@main
with:
tag: x86_64_${{ env.PACKAGED_OUTPUTDATE }}
tag: x86_64-${{ env.CURRENT_DATE }}
artifacts: upload/*
allowUpdates: true
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5d8fdfe

Please sign in to comment.