diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index ebe15d2..1dbed6b 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -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 diff --git a/src/ZonyLrcTools.Cli/publish.sh b/src/ZonyLrcTools.Cli/publish.sh index b077c56..68432ee 100755 --- a/src/ZonyLrcTools.Cli/publish.sh +++ b/src/ZonyLrcTools.Cli/publish.sh @@ -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' ];