Skip to content

Commit cca9aaf

Browse files
committed
[CI] Fix Linux and AUR workflows
1 parent 366b245 commit cca9aaf

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/draft-release-linux.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ jobs:
1010
draft-releases:
1111
runs-on: ubuntu-24.04
1212
steps:
13-
- run: sudo apt-get install --no-install-recommends -y libarchive-tools libopenjp2-tools rpm snapd
14-
- run: sudo snap install snapcraft --classic
13+
- run: sudo apt-get install --no-install-recommends -y libarchive-tools libopenjp2-tools rpm
1514
- uses: actions/checkout@v6
1615
- uses: ./.github/actions/install-deps
1716
- run: pnpm release:linux
1817
env:
1918
GITHUB_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
2019
GH_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
21-
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_ID }}

.github/workflows/release_aur.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
cat <<EOF > PKGBUILD
4242
# Maintainer: flaviofearn <heroicgameslauncher@protonmail.com>
43-
# CommandMC <kate@commandmc.de>
43+
# Maintainer: CommandMC <kate@commandmc.de>
4444
4545
pkgname=heroic-games-launcher-bin
4646
pkgver=$pkgver

0 commit comments

Comments
 (0)