mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Update Build mR-NB.yml
debug
This commit is contained in:
14
.github/workflows/Build mR-NB.yml
vendored
14
.github/workflows/Build mR-NB.yml
vendored
@@ -8,6 +8,10 @@ on:
|
||||
jobs:
|
||||
Build-Release:
|
||||
runs-on: windows-2022
|
||||
outputs:
|
||||
zipname: ${{ steps.version.outputs.zipname }}
|
||||
version: ${{ steps.version.outputs.version }}
|
||||
build: ${{ steps.version.outputs.build }}
|
||||
steps:
|
||||
- name: 01. Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
@@ -78,6 +82,16 @@ jobs:
|
||||
with:
|
||||
name: ${{ needs.Build-Release.outputs.zipname }}
|
||||
path: ./
|
||||
|
||||
- name: !!!. Debug Info
|
||||
run: |
|
||||
echo "=== DEBUG: Job Outputs ==="
|
||||
echo "Zipname: ${{ needs.Build-Release.outputs.zipname }}"
|
||||
echo "Version: ${{ needs.Build-Release.outputs.version }}"
|
||||
echo "Build: ${{ needs.Build-Release.outputs.build }}"
|
||||
echo "=== DEBUG: Files ==="
|
||||
ls -la
|
||||
|
||||
|
||||
- name: 03. Create Release and Upload Asset
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user