From 92b39b53ded634c27f073406c29d61ebbbcc9a32 Mon Sep 17 00:00:00 2001 From: jensgrunzer1 Date: Wed, 22 Jan 2025 16:13:05 +0100 Subject: [PATCH] Getting version from github inputs tag --- .github/workflows/aarch64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aarch64.yml b/.github/workflows/aarch64.yml index 63902977..e8f665f6 100644 --- a/.github/workflows/aarch64.yml +++ b/.github/workflows/aarch64.yml @@ -31,7 +31,7 @@ jobs: run: | wget https://raw.githubusercontent.com/jensgrunzer1/swingmusic/refs/heads/master/aarch64_buildscript chmod +x aarch64_buildscript - sed -i -e '/s/TAG/${{ github.event.inputs.tag }}/g' aarch64_buildscript + sed -i -e 's/TAG/${{ github.event.inputs.tag }}/g' aarch64_buildscript mv aarch64_buildscript root/ sudo systemd-nspawn --bind-ro=/etc/resolv.conf -D root ./aarch64_buildscript - name: Create Release