try release again

This commit is contained in:
KoonQi 2023-09-06 01:50:03 +08:00
parent 2228128ac8
commit ff1ef465a7

View file

@ -40,9 +40,7 @@ jobs:
id: create_release
uses: softprops/action-gh-release@v1
with:
files: |
target/*ß
files: target/*
tag_name: ${{ steps.get_tag.outputs.TAG }}
title: Release ${{ steps.get_tag.outputs.TAG }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}