mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2025-07-01 20:30:41 +00:00
ci: debug workflow.
This commit is contained in:
parent
346e07e9e7
commit
6a4435eb0d
7
.github/workflows/dotnet.yml
vendored
7
.github/workflows/dotnet.yml
vendored
@ -12,10 +12,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Get build version
|
- name: Get build version
|
||||||
id: date
|
id: date
|
||||||
run: |
|
run: echo "::set-output name=date::$(date +'%Y%m%d')${{github.run_number}}"
|
||||||
echo "::set-output name=date::$(date +'%Y%m%d')${{github.run_number}}"
|
|
||||||
env:
|
|
||||||
VERSION: ${{ steps.date.outputs.date }}
|
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Setup .NET
|
- name: Setup .NET
|
||||||
@ -30,6 +27,8 @@ jobs:
|
|||||||
chmod +x ./publish.sh
|
chmod +x ./publish.sh
|
||||||
./publish.sh
|
./publish.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
|
env:
|
||||||
|
VERSION: ${{ steps.date.outputs.date }}
|
||||||
# - name: Upload Release
|
# - name: Upload Release
|
||||||
# uses: ncipollo/release-action@v1
|
# uses: ncipollo/release-action@v1
|
||||||
# with:
|
# with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user