Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pole95 authored Mar 10, 2022
1 parent 8a0dfe7 commit b3e9a99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.0.2
Expand All @@ -32,6 +32,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
${{GITHUB_WORKSPACE}}/Release/Squawks.dll
${{GITHUB_WORKSPACE}}/NonDiscreteSquawk/squawks.json
Release/Squawks.dll
NonDiscreteSquawk/squawks.json
LICENSE

0 comments on commit b3e9a99

Please sign in to comment.