Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardcrash32 authored Jul 10, 2024
1 parent 49f885b commit 84e5df6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.

name: MSBuild

on:
Expand Down Expand Up @@ -41,7 +36,7 @@ jobs:

- name: Prepare artifacts
run: |
Compress-Archive -Path ./Release/wartool.mix -Destination windows-latest.zip
Compress-Archive -Path ./src/Release/wartool.mix -Destination windows-latest.zip
- name: Deploy
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 84e5df6

Please sign in to comment.