Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thewhiteninja authored Aug 5, 2023
1 parent 6af5f37 commit fd2e5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Copy x64 Artifacts
run: |
mkdir final
copy D:\a\socksme\socksme\Builds\${{matrix.Configuration}}\${{matrix.Arch}}\ntfstool*.exe final
copy D:\a\socksme\socksme\Builds\${{matrix.Configuration}}\ntfstool*.exe final
- uses: actions/upload-artifact@v1
with:
name: build-${{matrix.Configuration}}-${{matrix.Arch}}
Expand Down

0 comments on commit fd2e5e6

Please sign in to comment.