Skip to content

Commit

Permalink
Update build-immortalwrt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hkint authored Aug 26, 2024
1 parent d7c4d4d commit c9b5bb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-immortalwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ jobs:
id: tag
if: steps.compile.outputs.status == 'success' && !cancelled()
run: |
echo "release_tag=$(date +"%Y.%m.%d-%H%M")" >> $GITHUB_OUTPUT
echo "release_tag=ImmortalWrt_$(date +"%Y.%m.%d-%H%M")" >> $GITHUB_OUTPUT
touch release.txt
echo "🌝 xiaomi ax3000t" >> release.txt
echo "ImmortalWrt 🌝 xiaomi ax3000t" >> release.txt
echo "status=success" >> $GITHUB_OUTPUT
- name: Upload firmware to release
Expand Down

0 comments on commit c9b5bb4

Please sign in to comment.