Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmirc authored Nov 25, 2023
1 parent 508ade2 commit 3b35800
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ jobs:

- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.3

- run: mkdir -p D:\a\MonRes\MonRes\x64\Release\

- run: echo hello > D:\a\MonRes\MonRes\x64\Release\screenres.exe

- uses: actions/upload-artifact@v3
with:
name: monres
path: D:\a\MonRes\MonRes\x64\Release\screenres.exe
name: my-artifact
path: D:\a\MonRes\MonRes\x64\Release\

0 comments on commit 3b35800

Please sign in to comment.