fix build

This commit is contained in:
2026-04-25 10:15:48 +01:00
parent cb80393723
commit f8984cd458
+2
View File
@@ -6,6 +6,7 @@ on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: archlinux image: archlinux
@@ -77,3 +78,4 @@ jobs:
git commit -m "updpkg: Update to ${{ steps.get_tag.outputs.latest_tag }}" git commit -m "updpkg: Update to ${{ steps.get_tag.outputs.latest_tag }}"
git push origin ${{ gitea.ref }} git push origin ${{ gitea.ref }}
fi fi