Skip to content

Commit

Permalink
update upload action due to breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlee337 committed Feb 29, 2024
1 parent 5243bcf commit f0adfef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: upload
uses: actions/upload-artifact@v4
with:
name: installers
name: macos
path: |
release/build/ReplayManagerForSlippi*.dmg
ubuntu:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: upload
uses: actions/upload-artifact@v4
with:
name: installers
name: ubuntu
path: |
release/build/ReplayManagerForSlippi*.AppImage
windows:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
- name: upload
uses: actions/upload-artifact@v4
with:
name: installers
name: windows
path: |
release/build/ReplayManagerForSlippi*.exe

0 comments on commit f0adfef

Please sign in to comment.