ci: debug workflows.

This commit is contained in:
real-zony 2022-09-22 12:35:16 +08:00
parent 019bdb571c
commit 8ba78c2681

View File

@ -24,6 +24,7 @@ jobs:
- name: Publish
working-directory: ./src/ZonyLrcTools.Cli
run: |
echo "${{ steps.date.outputs.date }}"
chmod +x ./publish.sh
./publish.sh
shell: bash