diff --git a/.github/workflows/archlinux-package.yml b/.github/workflows/archlinux-package.yml index 8b54c28..65613aa 100644 --- a/.github/workflows/archlinux-package.yml +++ b/.github/workflows/archlinux-package.yml @@ -36,5 +36,5 @@ jobs: - name: Upload zst file to the release run: | echo $(ls) - cd ./build + cd $GITHUB_WORKSPACE/package/archlinux/build gh release upload ${{ github.event.release.tag_name }} ./namban*zst -R ${{ github.repository }}