Skip to content

Commit 2a41aac

Browse files
committed
fix releasE
1 parent f183e29 commit 2a41aac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
echo "RELEASE_TYPE=${RELEASE_TYPE}" >> $GITHUB_ENV
3333
3434
- name: Create Release 🎉
35-
uses: ncipollo/release-action@v1.14.0
35+
uses: ncipollo/release-action@v1.16.0
3636
if: github.ref_type == 'tag'
3737
with:
38-
artifacts: $RELEASE_NAME.zip,$RELEASE_NAME.tar.gz
38+
artifacts: ${{ env.RELEASE_NAME }}.zip,${{ env.RELEASE_NAME }}.tar.gz
3939
bodyFile: "changelog.txt"
4040
prerelease: ${{ env.RELEASE_TYPE }}

0 commit comments

Comments
 (0)