Skip to content

Commit

Permalink
Merge pull request #21 from armarchindo/update
Browse files Browse the repository at this point in the history
change tags release with Devices type
  • Loading branch information
armarchindo authored Aug 5, 2024
2 parents a610572 + 6bd9ead commit 6582c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./artifact/*
tag: ${{ github.ref }}
tag: ${{ inputs.devices }}
file_glob: true
body: |
## OpenWRT Release
## OpenWRT Release for ${{ inputs.devices }}
- Devices type : ${{ inputs.devices }}
- Kernel version : ${{ inputs.kernel }}
- ROOTFS Size : ${{ inputs.rootfs_size }}

0 comments on commit 6582c70

Please sign in to comment.