ci: debug workflow.

This commit is contained in:
real-zony 2022-09-22 12:51:50 +08:00
parent 346e07e9e7
commit 6a4435eb0d

View File

@ -12,10 +12,7 @@ jobs:
steps:
- name: Get build version
id: date
run: |
echo "::set-output name=date::$(date +'%Y%m%d')${{github.run_number}}"
env:
VERSION: ${{ steps.date.outputs.date }}
run: echo "::set-output name=date::$(date +'%Y%m%d')${{github.run_number}}"
- name: Checkout Code
uses: actions/checkout@v3
- name: Setup .NET
@ -30,6 +27,8 @@ jobs:
chmod +x ./publish.sh
./publish.sh
shell: bash
env:
VERSION: ${{ steps.date.outputs.date }}
# - name: Upload Release
# uses: ncipollo/release-action@v1
# with: