From 38c75d6734f3ebf45e7ae8764e72db72745a35b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vitor=20Polverari?= Date: Thu, 28 Mar 2024 14:58:40 -0300 Subject: [PATCH 1/3] Deleted Contribuing.md as there is no wiki anymore --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 3e98984c4..000000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1 +0,0 @@ -**The Contributor's Guide has moved to [the wiki](https://github.com/citra-emu/citra/wiki/Contributing).** \ No newline at end of file From 27260f201247f448224a595c1f23285243b613bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vitor=20Polverari?= Date: Thu, 28 Mar 2024 15:04:54 -0300 Subject: [PATCH 2/3] Upgrade to Node 20 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 33a84d43c..48a9ff520 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -263,7 +263,7 @@ jobs: draft: false prerelease: false - name: Upload artifacts - uses: alexellis/upload-assets@0.4.0 + uses: alexellis/upload-assets@0.4.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: From b63f47308fc58c995c2e362563ba717fdf8e978f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vitor=20Polverari?= Date: Thu, 28 Mar 2024 15:09:26 -0300 Subject: [PATCH 3/3] changed the build folder name --- .ci/pack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/pack.sh b/.ci/pack.sh index 67275954a..f2986f8cf 100755 --- a/.ci/pack.sh +++ b/.ci/pack.sh @@ -3,7 +3,7 @@ # Determine the full revision name. GITDATE="`git show -s --date=short --format='%ad' | sed 's/-//g'`" GITREV="`git show -s --format='%h'`" -REV_NAME="citra-$OS-$TARGET-$GITDATE-$GITREV" +REV_NAME="lime-$OS-$TARGET-$GITDATE-$GITREV" # Determine the name of the release being built. if [[ "$GITHUB_REF_NAME" =~ ^canary- ]] || [[ "$GITHUB_REF_NAME" =~ ^nightly- ]]; then