Skip to content

Commit 4a85f5c

Browse files
authored
Merge pull request #21 from sriumcp/assets
file blob
2 parents a57a73d + 5234f2c commit 4a85f5c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/assets.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
uses: svenstaro/upload-release-action@v2
2222
with:
2323
repo_token: ${{ secrets.GITHUB_TOKEN }}
24-
file: bin/iter8
25-
asset_name: Iter8
24+
file: _dist/iter8-*.tar.gz
2625
tag: ${{ github.ref }}
2726
overwrite: true
28-
body: "This is my release text"
27+
file_glob: true

0 commit comments

Comments
 (0)