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.
2 parents ea01978 + 232a5d5 commit b09db35Copy full SHA for b09db35
.github/workflows/compilation.yml
@@ -43,9 +43,16 @@ jobs:
43
id: slug
44
run: printf '%s\n' "sha8=$(printf '%s\n' ${GITHUB_SHA} | cut -c1-8)" >> $GITHUB_OUTPUT
45
46
- - name: Upload artifacts
+ - name: Upload samples artifacts
47
if: ${{ success() }}
48
uses: actions/upload-artifact@v4
49
with:
50
name: ps2sdk-samples-${{ matrix.debug }}-${{ steps.slug.outputs.sha8 }}
51
path: ~/samples
52
+
53
+ - name: Upload IRX artifacts
54
+ if: ${{ success() }}
55
+ uses: actions/upload-artifact@v4
56
+ with:
57
+ name: ps2sdk-irxs-${{ matrix.debug }}-${{ steps.slug.outputs.sha8 }}
58
+ path: iop/**/*.irx
0 commit comments