mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2025-07-01 20:30:41 +00:00
ci: Fixed github workflow file errors.
This commit is contained in:
parent
b4c229ccca
commit
83fcc91fb8
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
|
Loading…
x
Reference in New Issue
Block a user