github action variable

This commit is contained in:
Chris Titus 2024-07-18 16:44:03 -05:00
parent d644068231
commit b8b503aa5f

View File

@ -25,9 +25,9 @@ jobs:
id: create_release id: create_release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2
with: with:
tag_name: $version tag_name: ${version}
name: Pre-Release $version name: Pre-Release ${version}
body: "![GitHub Downloads (specific asset, specific tag)](https://img.shields.io/github/downloads/ChrisTitusTech/linutil/${{ env.VERSION }}/linutil)" body: "![GitHub Downloads (specific asset, specific tag)](https://img.shields.io/github/downloads/ChrisTitusTech/linutil/${version}/linutil)"
append_body: false append_body: false
files: | files: |
./linutil ./linutil