Skip to content

Commit

Permalink
Remove glob from asset_name
Browse files Browse the repository at this point in the history
  • Loading branch information
rlopzc committed Jul 16, 2024
1 parent 12f3b63 commit cac84d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Taken from https://blog.orhun.dev/zig-bits-03/
# Inspired from from https://blog.orhun.dev/zig-bits-03/
# Updated to Zig 0.13.0
name: Release

on:
Expand Down Expand Up @@ -39,6 +40,6 @@ jobs:
with:
tag: ${{ github.ref }}
file: zig-out/bin/waybar-wise-fx-rate
asset_name: waybar-wise-fx-rate-${{ matrix.TARGET }}*
asset_name: waybar-wise-fx-rate-${{ matrix.TARGET }}
overwrite: true
repo_token: ${{ secrets.WAYBAR_WISE_FX_RATE_PAT }}

0 comments on commit cac84d6

Please sign in to comment.