From 728b94514750190b20dcb74a178d9bedfb235e5c Mon Sep 17 00:00:00 2001 From: spicyjpeg Date: Sun, 18 Dec 2022 17:00:25 +0100 Subject: Fix v0.22 CI build --- .github/workflows/build.yml | 11 ++--------- 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: -- cgit v1.2.3