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 b31afaa commit 250ceb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rpcs3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,14 @@ jobs:
mv bin/* bin2/${{ env.BUILD_RAW }}
ls bin2
- name: Upload artifacts
- name: Upload artifacts (zip)
uses: actions/upload-artifact@main
with:
name: RPCS3 for Windows (MSVC)
name: RPCS3 for Windows (MSVC) (zip)
path: bin2
if-no-files-found: error

- name: Upload artifacts
- name: Upload artifacts (7z)
uses: actions/upload-artifact@main
with:
name: RPCS3 for Windows (MSVC) (7z)
Expand Down

0 comments on commit 250ceb7

Please sign in to comment.