Skip to content

Commit

Permalink
Update rpcs3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
illusion0001 authored Sep 24, 2024
1 parent 250ceb7 commit 6f65bed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rpcs3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ jobs:
echo "$key=$val" >> $env:GITHUB_ENV
}
}
mkdir build
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@main
Expand All @@ -135,10 +134,10 @@ jobs:
- name: Pack up build artifacts
shell: bash
run: |
mkdir build
.ci/deploy-windows.sh
mkdir -p bin2/${{ env.BUILD_RAW }}
mv bin/* bin2/${{ env.BUILD_RAW }}
ls bin2
- name: Upload artifacts (zip)
uses: actions/upload-artifact@main
Expand Down

0 comments on commit 6f65bed

Please sign in to comment.