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:
|
||||
- name: Get build version
|
||||
id: date
|
||||
run: |
|
||||
echo "::set-output name=date::$(date +'%Y%m%d')${{github.run_number}}"
|
||||
env:
|
||||
VERSION: ${{ steps.date.outputs.date }}
|
||||
run: echo "::set-output name=date::$(date +'%Y%m%d')${{github.run_number}}"
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v3
|
||||
- name: Setup .NET
|
||||
@ -30,6 +27,8 @@ jobs:
|
||||
chmod +x ./publish.sh
|
||||
./publish.sh
|
||||
shell: bash
|
||||
env:
|
||||
VERSION: ${{ steps.date.outputs.date }}
|
||||
# - name: Upload Release
|
||||
# uses: ncipollo/release-action@v1
|
||||
# with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user