Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiga74164 committed Apr 3, 2024
1 parent b55312f commit e55bb40
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ jobs:
- name: Add MSBuild to PATH
uses: microsoft/[email protected]

- name: Create PostBuildEvent.cmd
run: |
$currentDir = Get-Location
echo cls > "$currentDir\PostBuildEvent.cmd"
- name: Build
run: |
msbuild /m /p:Configuration=${{ env.BUILD_CONFIGURATION }} ${{ env.SOLUTION_FILE_PATH }}
Expand All @@ -36,5 +31,5 @@ jobs:
uses: actions/[email protected]
with:
name: build-artifact
path: ./x64/Release/*
path: ./bin/Release-x64/*
if-no-files-found: error

0 comments on commit e55bb40

Please sign in to comment.