ci: debug workflow.

This commit is contained in:
real-zony 2022-09-22 13:01:03 +08:00
parent c2d8ee4341
commit 5f22dafb1e
2 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,7 @@ jobs:
- name: Publish
working-directory: ./src/ZonyLrcTools.Cli
run: |
ls -a
chmod +x ./publish.sh
./publish.sh
shell: bash

View File

@ -1,5 +1,4 @@
#!/bin/bash
echo "${VERSION}"
Platforms=('win-x64' 'linux-x64' 'osx-x64')
if ! [ -d './TempFiles' ];