mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2025-09-03 03:26:53 +00:00
ci: Fixed github workflow file errors.
This commit is contained in:
6
.github/workflows/dotnet.yml
vendored
6
.github/workflows/dotnet.yml
vendored
@@ -37,7 +37,9 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: release-files
|
name: release-files
|
||||||
path: ./TempFiles
|
path: |
|
||||||
|
./TempFiles
|
||||||
|
./versions/release.md
|
||||||
release:
|
release:
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -54,4 +56,4 @@ jobs:
|
|||||||
token: ${{ secrets.GITHUBACTIONS }}
|
token: ${{ secrets.GITHUBACTIONS }}
|
||||||
tag: ZonyLrcToolsX_Alpha.${{ steps.date.outputs.date }}
|
tag: ZonyLrcToolsX_Alpha.${{ steps.date.outputs.date }}
|
||||||
commit: dev
|
commit: dev
|
||||||
bodyFile: versions/release.md
|
bodyFile: ./TempFiles/release.md
|
Reference in New Issue
Block a user