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
efdb3e8441
commit
346e07e9e7
5
.github/workflows/dotnet.yml
vendored
5
.github/workflows/dotnet.yml
vendored
@ -12,7 +12,10 @@ jobs:
|
||||
steps:
|
||||
- name: Get build version
|
||||
id: date
|
||||
run: echo "::set-output name=date::$(date +'%Y%m%d')${{github.run_number}}"
|
||||
run: |
|
||||
echo "::set-output name=date::$(date +'%Y%m%d')${{github.run_number}}"
|
||||
env:
|
||||
VERSION: ${{ steps.date.outputs.date }}
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v3
|
||||
- name: Setup .NET
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
echo "${steps.date.outputs.date}"
|
||||
echo "${VERSION}"
|
||||
# Platforms=('win-x64' 'linux-x64' 'osx-x64')
|
||||
|
||||
# if ! [ -d './TempFiles' ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user