ci: debug workflow.

This commit is contained in:
real-zony 2022-09-22 12:24:27 +08:00
parent c3b381a5f7
commit 0e8d361ed9

View File

@ -23,7 +23,10 @@ jobs:
# run: dotnet restore
- name: Publish
working-directory: ./src/ZonyLrcTools.Cli
run: publish.sh
run: |
chmod +x ./publish.sh
./publish.sh
shell: bash
# - name: Upload Release
# uses: ncipollo/release-action@v1
# with: