Skip to content

Commit

Permalink
Update build-openwrt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dysf888 authored Nov 21, 2022
1 parent ca06b8a commit 9cd41eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ jobs:
- name: Generate release tag
id: tag
run: |
echo "{release_tag}={$(date +"%Y.%m.%d-%H%M")}" >> $GITHUB_OUTPUT
echo "::set-output name=status::success"
echo "::set-output name=release_tag::$(date +"%Y.%m.%d-%H%M")"
touch release.txt
echo "::set-output name=status::success"
curl `echo ${{secrets.ACTIONS_NOTIFY_BARK}} | sed "s/Message/Compile+Success/"`
- name: Upload firmware to release
Expand Down

0 comments on commit 9cd41eb

Please sign in to comment.