Skip to content

Commit

Permalink
gha
Browse files Browse the repository at this point in the history
  • Loading branch information
wipe2238 authored Apr 9, 2024
1 parent 7b93353 commit fd0564d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- '**.cs'
- 'App.config'
pull_request:
workflow_dispatch:

env:
DOTNET_CLI_TELEMETRY_OPTOUT: true
Expand All @@ -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)"
Expand All @@ -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

0 comments on commit fd0564d

Please sign in to comment.