diff options
| author | spicyjpeg <thatspicyjpeg@gmail.com> | 2022-12-18 17:00:25 +0100 |
|---|---|---|
| committer | spicyjpeg <thatspicyjpeg@gmail.com> | 2022-12-18 17:00:25 +0100 |
| commit | 728b94514750190b20dcb74a178d9bedfb235e5c (patch) | |
| tree | 9cd0d72e198c4aff1dd5e41bbee0bd09203a2293 | |
| parent | b12b716a9e54c4f1892795a136d6ffeb088ff001 (diff) | |
| download | psn00bsdk-728b94514750190b20dcb74a178d9bedfb235e5c.tar.gz | |
Fix v0.22 CI build
| -rw-r--r-- | .github/workflows/build.yml | 11 | ||||
| -rw-r--r-- | CHANGELOG.md | 4 |
2 files changed, 4 insertions, 11 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f35872d..71417c1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -128,12 +128,6 @@ jobs: name: psn00bsdk-windows path: build/packages/*.zip - - name: Upload build artifacts (NSIS) - uses: actions/upload-artifact@v2 - with: - name: psn00bsdk-windows-installer - path: build/packages/*.exe - build-sdk-linux: name: Build PSn00bSDK on Linux runs-on: ubuntu-latest @@ -213,10 +207,9 @@ jobs: if: ${{ github.ref_type == 'tag' }} uses: softprops/action-gh-release@v1 with: - fail_on_unmatched_files: true - body_path: release.md + #fail_on_unmatched_files: true + body_path: release.md files: | *.zip psn00bsdk-windows/* - psn00bsdk-windows-installer/* psn00bsdk-linux/* diff --git a/CHANGELOG.md b/CHANGELOG.md index 74395d0..5fa49db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ to ensure the changelog can be parsed correctly. ------------------------------------------------------------------------------- -# 2022-12-18: 0.22 +## 2022-12-18: 0.22 spicyjpeg: @@ -50,7 +50,7 @@ spicyjpeg: mode by default. CD images created using `psn00bsdk_add_cd_image()` are now only rebuilt if necessary (i.e. if any of their dependencies change). -# 2022-10-27 +## 2022-10-27 spicyjpeg: |
