diff --git a/.forgejo/workflows/build_linux.yaml b/.forgejo/workflows/build_linux.yaml index 4af4706..fe3d86e 100644 --- a/.forgejo/workflows/build_linux.yaml +++ b/.forgejo/workflows/build_linux.yaml @@ -13,7 +13,7 @@ jobs: apt update && apt install --yes $BUILD_DEPS - name: Clone repo run: | - git clone ${{ github.ref_name }} ${{ github.server_url }}/${{ github.repository }} + git clone ${{ github.server_url }}/${{ github.repository }} - name: Build run: | cd app