mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2025-07-02 05:10:42 +00:00
ci: debug workflow.
This commit is contained in:
parent
c3b381a5f7
commit
0e8d361ed9
5
.github/workflows/dotnet.yml
vendored
5
.github/workflows/dotnet.yml
vendored
@ -23,7 +23,10 @@ jobs:
|
|||||||
# run: dotnet restore
|
# run: dotnet restore
|
||||||
- name: Publish
|
- name: Publish
|
||||||
working-directory: ./src/ZonyLrcTools.Cli
|
working-directory: ./src/ZonyLrcTools.Cli
|
||||||
run: publish.sh
|
run: |
|
||||||
|
chmod +x ./publish.sh
|
||||||
|
./publish.sh
|
||||||
|
shell: bash
|
||||||
# - 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