mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2025-08-31 09:36:53 +00:00
ci: debug workflow.
This commit is contained in:
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' ];
|
||||
|
Reference in New Issue
Block a user