We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5834110 commit eeafbb3Copy full SHA for eeafbb3
1 file changed
.github/workflows/build-ps5.yml
@@ -79,10 +79,6 @@ jobs:
79
with:
80
name: airpsx.elf
81
path: airpsx.elf
82
- - uses: actions/upload-artifact@v4
83
- with:
84
- name: airpsx.plugin
85
- path: airpsx.plugin
86
- uses: actions/upload-release-asset@v1
87
if: ${{ github.event_name == 'release' }}
88
env:
@@ -91,13 +87,4 @@ jobs:
91
upload_url: ${{ github.event.release.upload_url }}
92
asset_path: airpsx.elf
93
89
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
100
- upload_url: ${{ github.event.release.upload_url }}
101
- asset_path: airpsx.plugin
102
- asset_name: airpsx.plugin
103
90
+ asset_content_type: application/x-binary
0 commit comments