Update release.yml

This commit is contained in:
mzz
2023-03-14 15:16:27 +08:00
committed by GitHub
parent e2964ee6aa
commit bd2741688f

View File

@ -132,7 +132,7 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file_glob: true
file: ./dae-${{ steps.get_filename.outputs.ASSET_NAME }}.zip*
file: build/dae-${{ steps.get_filename.outputs.ASSET_NAME }}.zip*
overwrite: true
tag: ${{ github.ref }}