From bcc5adcfbd4ff476aede9238878c9a0d4a4184e5 Mon Sep 17 00:00:00 2001 From: jensgrunzer1 Date: Wed, 20 Nov 2024 18:49:34 +0100 Subject: [PATCH] a --- .github/workflows/aarch64.yml | 6 +++--- aarch64_buildscript | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/aarch64.yml b/.github/workflows/aarch64.yml index 03b4d260..01330eee 100644 --- a/.github/workflows/aarch64.yml +++ b/.github/workflows/aarch64.yml @@ -34,7 +34,7 @@ jobs: id: create_release uses: actions/create-release@v1 env: - GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.run_number }} release_name: Release ${{ github.run_number }} @@ -44,9 +44,9 @@ jobs: id: upload-release-asset uses: actions/upload-release-asset@v1 env: - GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./root/root/swingmusicbuilder/swingmusic/dist/swingmusic + asset_path: ./root/swingmusicbuilder/swingmusic/dist/swingmusic asset_name: swingmusic asset_content_type: application/octet-stream diff --git a/aarch64_buildscript b/aarch64_buildscript index 30bb7ed2..65129d5e 100755 --- a/aarch64_buildscript +++ b/aarch64_buildscript @@ -14,7 +14,7 @@ pacman-key --init pacman-key --populate archlinuxarm pacman -Sy --noconfirm -pacman -S yarn git wget glibc python-poetry --noconfirm +pacman -S yarn git wget glibc gcc --noconfirm wget https://github.com/jensgrunzer1/pyhon311-for-aarch64/raw/refs/heads/main/python311-3.11.9-2-aarch64.pkg.tar.xz pacman -U python311-3.11.9-2-aarch64.pkg.tar.xz --noconfirm pacman -Su --noconfirm