Skip to content

Commit

Permalink
move from hub to gh
Browse files Browse the repository at this point in the history
  • Loading branch information
lmagyar committed Oct 28, 2023
1 parent b88511b commit 3d2812a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Tasmota_build_master-custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ jobs:
set +x
assets=()
for asset in ./firmware/firmware/*; do
assets+=("-a" "$asset")
assets+=("$asset")
done
tag_name=${{ github.ref_name }}
set -x
hub release create "${assets[@]}" -a ./firmware/firmware_all.zip -a ./firmware/map_all.zip -m "$tag_name" "$tag_name"
gh release create "$tag_name" -t "$tag_name" "${assets[@]}" ./firmware/firmware_all.zip ./firmware/map_all.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Release
Expand Down

0 comments on commit 3d2812a

Please sign in to comment.