From fd0564df988b750bdd76fbc21cff64e1b3c240be Mon Sep 17 00:00:00 2001 From: Wipe Date: Tue, 9 Apr 2024 21:38:12 +0200 Subject: [PATCH] gha --- .github/workflows/Build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 9a0e171..4e438cf 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -9,6 +9,7 @@ on: - '**.cs' - 'App.config' pull_request: + workflow_dispatch: env: DOTNET_CLI_TELEMETRY_OPTOUT: true @@ -21,7 +22,7 @@ jobs: steps: - name: Clone - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Config run: echo ::set-env name=MSBUILD_EXE::"$("/c/Program Files (x86)/Microsoft Visual Studio/Installer/vswhere.exe" -latest -requires Microsoft.Component.MSBuild -find MSBuild/**/Bin/MSBuild.exe)" @@ -33,7 +34,7 @@ jobs: shell: bash - name: Artifact - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: Mappet path: bin/Release