Skip to content

Commit

Permalink
Fixed AUR releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ShonP40 committed Jan 9, 2025
1 parent bb371e5 commit 3328985
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
19 changes: 4 additions & 15 deletions .github/workflows/aur-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,10 @@ jobs:
exclude_types: "draft|prerelease"
view_top: 1

- name: Fetch the AppImage for x86_64
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: "CheatBreakerNet/Launcher"
version: "tags/${{ steps.latest_release.outputs.tag_name }}"
file: "CheatBreaker.AppImage"
token: ${{ secrets.GITHUB_TOKEN }}

- name: Fetch the AppImage for arm64
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: "CheatBreakerNet/Launcher"
version: "tags/${{ steps.latest_release.outputs.tag_name }}"
file: "CheatBreaker-ARM64.AppImage"
token: ${{ secrets.GITHUB_TOKEN }}
- name: Fetch the AppImages
run: |
wget -q https://r2.cheatbreaker.net/Launcher/master/Linux/amd64/CheatBreaker.AppImage
wget -q https://r2.cheatbreaker.net/Launcher/master/Linux/arm64/CheatBreaker-ARM64.AppImage
- name: Update the PKG version and md5sums in the PKGBUILD
run: |
Expand Down
4 changes: 2 additions & 2 deletions AUR/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ url=https://cheatbreaker.net
arch=('x86_64' 'arm64')
depends=(fuse xorg-xrandr)
options=(!strip)
source_x86_64=("https://github.com/CheatBreakerNet/Launcher/releases/download/${pkgver}/CheatBreaker.AppImage")
source_arm64=("https://github.com/CheatBreakerNet/Launcher/releases/download/${pkgver}/CheatBreaker-ARM64.AppImage")
source_x86_64=("https://r2.cheatbreaker.net/Launcher/master/Linux/amd64/CheatBreaker.AppImage")
source_arm64=("https://r2.cheatbreaker.net/Launcher/master/Linux/arm64/CheatBreaker-ARM64.AppImage")
md5sums_x86_64=('')
md5sums_arm64=('')

Expand Down

0 comments on commit 3328985

Please sign in to comment.