We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0daf82b commit d858729Copy full SHA for d858729
.github/workflows/publish.yml
@@ -40,7 +40,7 @@ jobs:
40
- uses: ncipollo/release-action@v1
41
with:
42
tag: ${{ steps.gettag.outputs.tag }}
43
- artifacts: "*-hllapi-*.pkg.tar.zst"
+ artifacts: "*-libhllapi-*.pkg.tar.zst"
44
allowUpdates: true
45
draft: false
46
makeLatest: true
0 commit comments