Skip to content

Work around long plugin installation #50

Work around long plugin installation

Work around long plugin installation #50

Workflow file for this run

name: build-debug
on:
workflow_dispatch:
pull_request:
branches: dev-*
paths:
- '**.vb'
- '**.vbproj'
- "**.xlf"
jobs:
build-debug:
runs-on: windows-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- id: build
name: Run Build
uses: ./.github/actions/build
with:
buildConfig: "Debug"
- name: "Get Short SHA"
run: echo "SHORT_SHA=$("${{ github.sha }}".SubString(0, 8))" >> $env:GITHUB_ENV
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: ${{ format('WinNUT-Client-debugbuild-{0}', env.SHORT_SHA) }}
if-no-files-found: error
path: WinNUT_V2/WinNUT-Client/bin/Debug