mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2025-07-02 05:10:42 +00:00
fix: Fixed jobs variable share problem.
This commit is contained in:
parent
f597e24ff7
commit
ba91108ca4
4
.github/workflows/dotnet.yml
vendored
4
.github/workflows/dotnet.yml
vendored
@ -40,6 +40,8 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
./TempFiles
|
./TempFiles
|
||||||
./versions/release.md
|
./versions/release.md
|
||||||
|
outputs:
|
||||||
|
version: ${{ steps.date.outputs.date }}
|
||||||
release:
|
release:
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -54,6 +56,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
artifacts: "./TempFiles/*.zip"
|
artifacts: "./TempFiles/*.zip"
|
||||||
token: ${{ secrets.GITHUBACTIONS }}
|
token: ${{ secrets.GITHUBACTIONS }}
|
||||||
tag: ZonyLrcToolsX_Alpha.${{ steps.date.outputs.date }}
|
tag: ZonyLrcToolsX_Alpha.${{ needs.build.outputs.version }}
|
||||||
commit: dev
|
commit: dev
|
||||||
bodyFile: ./versions/release.md
|
bodyFile: ./versions/release.md
|
Loading…
x
Reference in New Issue
Block a user