This commit is contained in:
朱子楚\zhuzi
2023-09-29 17:39:45 +08:00
parent d8e3cf00b4
commit 674009e394
4 changed files with 4 additions and 4 deletions

View File

@ -85,7 +85,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: ${{ steps.package.outputs.packageName }}
path: ${{ steps.package.outputs.packageName }}
path: dist
- name: uploadRelease
if: startsWith(github.event.ref, 'refs/tags/')

View File

@ -72,7 +72,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: ${{ steps.package.outputs.packageName }}
path: ${{ steps.package.outputs.packageName }}
path: dist
- name: uploadRelease
if: startsWith(github.event.ref, 'refs/tags/')

View File

@ -74,7 +74,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: ${{ steps.package.outputs.packageName }}
path: ${{ steps.package.outputs.packageName }}
path: dist
- name: inno setup install
if: startsWith(github.event.ref, 'refs/tags/')