aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorspicyjpeg <thatspicyjpeg@gmail.com>2022-09-21 23:49:20 +0200
committerspicyjpeg <thatspicyjpeg@gmail.com>2022-09-21 23:49:20 +0200
commit5746b6ef9df16447d78e77d00ad21a4dba0fe169 (patch)
treef749fc834da08660d878d0319a932e33dcc56a23 /.github/workflows
parentf2e946cc0f9730c0da56aae533b3429a0381003e (diff)
downloadpsn00bsdk-5746b6ef9df16447d78e77d00ad21a4dba0fe169.tar.gz
Bump GCC to 12.2.0, update docs and installation guide
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml15
1 files changed, 4 insertions, 11 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6f42e41..f35872d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -10,8 +10,8 @@
name: Build PSn00bSDK
on: [ push, pull_request ]
env:
- BINUTILS_VERSION: 2.36
- GCC_VERSION: 11.1.0
+ BINUTILS_VERSION: 2.39
+ GCC_VERSION: 12.2.0
GCC_TARGET: mipsel-none-elf
jobs:
@@ -131,7 +131,7 @@ jobs:
- name: Upload build artifacts (NSIS)
uses: actions/upload-artifact@v2
with:
- name: psn00bsdk-windows-nsis
+ name: psn00bsdk-windows-installer
path: build/packages/*.exe
build-sdk-linux:
@@ -169,12 +169,6 @@ jobs:
name: psn00bsdk-linux
path: build/packages/*.zip
- - name: Upload build artifacts (DEB)
- uses: actions/upload-artifact@v2
- with:
- name: psn00bsdk-linux-deb
- path: build/packages/*.deb
-
# This job takes care of creating a new release and upload the build
# artifacts if the last commit is associated to a tag.
create-release:
@@ -224,6 +218,5 @@ jobs:
files: |
*.zip
psn00bsdk-windows/*
- psn00bsdk-windows-nsis/*
+ psn00bsdk-windows-installer/*
psn00bsdk-linux/*
- psn00bsdk-linux-deb/*