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 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: