Skip to content

Commit eeafbb3

Browse files
committed
update
1 parent 5834110 commit eeafbb3

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

.github/workflows/build-ps5.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@ jobs:
7979
with:
8080
name: airpsx.elf
8181
path: airpsx.elf
82-
- uses: actions/upload-artifact@v4
83-
with:
84-
name: airpsx.plugin
85-
path: airpsx.plugin
8682
- uses: actions/upload-release-asset@v1
8783
if: ${{ github.event_name == 'release' }}
8884
env:
@@ -91,13 +87,4 @@ jobs:
9187
upload_url: ${{ github.event.release.upload_url }}
9288
asset_path: airpsx.elf
9389
asset_name: airpsx.elf
94-
asset_content_type: application/x-binary
95-
- uses: actions/upload-release-asset@v1
96-
if: ${{ github.event_name == 'release' }}
97-
env:
98-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99-
with:
100-
upload_url: ${{ github.event.release.upload_url }}
101-
asset_path: airpsx.plugin
102-
asset_name: airpsx.plugin
103-
asset_content_type: application/x-binary
90+
asset_content_type: application/x-binary

0 commit comments

Comments
 (0)