Skip to content

Commit

Permalink
Update build-source workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jackun committed Jun 11, 2021
1 parent b8ca0e3 commit d2a594e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
set -x
./build-source.sh
assets=()
for asset in ./MangoHud-*-Source*.tar.gz; do
for asset in ./MangoHud-*-Source*.tar.*; do
assets+=("-a" "$asset")
done
tag_name="${GITHUB_REF##*/}"
Expand Down

0 comments on commit d2a594e

Please sign in to comment.