ci: debug workflow.

This commit is contained in:
real-zony 2022-09-22 12:49:42 +08:00
parent efdb3e8441
commit 346e07e9e7
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

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