From dcc8e8ba9cafabb8631d0ba7de82e7d76fd81c60 Mon Sep 17 00:00:00 2001 From: meshya Date: Wed, 29 May 2024 01:53:09 +0330 Subject: [PATCH] ... --- .github/workflows/archlinux-package.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/archlinux-package.yml b/.github/workflows/archlinux-package.yml index eeff916..8b54c28 100644 --- a/.github/workflows/archlinux-package.yml +++ b/.github/workflows/archlinux-package.yml @@ -35,5 +35,6 @@ jobs: su builder -c "bash build.sh" - name: Upload zst file to the release run: | + echo $(ls) cd ./build gh release upload ${{ github.event.release.tag_name }} ./namban*zst -R ${{ github.repository }}