aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorspicyjpeg <thatspicyjpeg@gmail.com>2022-12-18 17:00:25 +0100
committerspicyjpeg <thatspicyjpeg@gmail.com>2022-12-18 17:00:25 +0100
commit728b94514750190b20dcb74a178d9bedfb235e5c (patch)
tree9cd0d72e198c4aff1dd5e41bbee0bd09203a2293 /.github/workflows
parentb12b716a9e54c4f1892795a136d6ffeb088ff001 (diff)
downloadpsn00bsdk-728b94514750190b20dcb74a178d9bedfb235e5c.tar.gz
Fix v0.22 CI build
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml11
1 files changed, 2 insertions, 9 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/*