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
c2d8ee4341
commit
5f22dafb1e
1
.github/workflows/dotnet.yml
vendored
1
.github/workflows/dotnet.yml
vendored
@ -24,6 +24,7 @@ jobs:
|
|||||||
- name: Publish
|
- name: Publish
|
||||||
working-directory: ./src/ZonyLrcTools.Cli
|
working-directory: ./src/ZonyLrcTools.Cli
|
||||||
run: |
|
run: |
|
||||||
|
ls -a
|
||||||
chmod +x ./publish.sh
|
chmod +x ./publish.sh
|
||||||
./publish.sh
|
./publish.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
echo "${VERSION}"
|
|
||||||
Platforms=('win-x64' 'linux-x64' 'osx-x64')
|
Platforms=('win-x64' 'linux-x64' 'osx-x64')
|
||||||
|
|
||||||
if ! [ -d './TempFiles' ];
|
if ! [ -d './TempFiles' ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user