ci: debug workflow.

This commit is contained in:
real-zony 2022-09-22 12:37:37 +08:00
parent 8ba78c2681
commit 975f61a8e7
2 changed files with 1 additions and 2 deletions

View File

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

View File

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