Skip to content

Commit db7af0a

Browse files
committed
fix tagname and assets
1 parent 2f4528e commit db7af0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/actions/release/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,16 @@ runs:
6666
id: create_release
6767
uses: softprops/action-gh-release@v1
6868
with:
69-
tag_name: ${{ env.version }}
69+
tag_name: v${{ env.version }}
7070
name: TiGL ${{ env.version }}
7171
body: ${{ steps.changelog.outputs.content }}
7272
draft: true
7373
prerelease: false
7474
token: ${{ inputs.GH_TOKEN }}
7575
files: |
76-
./win-installer/TIGL-${{ env.version }}-win64.exe
77-
./win-package/TIGL-${{ env.version }}-win64.zip
78-
./macos-package/TIGL-${{ env.version }}-Darwin.dmg
76+
TIGL-${{ env.version }}-win64.exe
77+
TIGL-${{ env.version }}-win64.zip
78+
TIGL-${{ env.version }}-Darwin.dmg
7979
8080
- name: Checkout tigl-website repo
8181
uses: actions/checkout@v3

0 commit comments

Comments
 (0)