From 2362a0e5bc71d09573d29e778e2de85656367b69 Mon Sep 17 00:00:00 2001 From: gue-ni Date: Sun, 5 Oct 2025 21:59:47 +0200 Subject: [PATCH 1/2] fix ci --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a15cb01..24b3d59 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,12 +38,9 @@ jobs: time ${{ github.workspace }}/build/src/lisp $file done - release: - runs-on: ubuntu-latest - needs: build - if: github.event_name == 'push' && github.ref == 'refs/heads/master' steps: - name: Bundle Release + if: github.event_name == 'push' && github.ref == 'refs/heads/master' run: | mkdir -p ${{ github.workspace }}/release cp -v ${{ github.workspace }}/build/src/lisp ${{ github.workspace }}/release/ @@ -54,6 +51,7 @@ jobs: - name: Publish Relase uses: appleboy/scp-action@master + if: github.event_name == 'push' && github.ref == 'refs/heads/master' with: username: ${{ secrets.USER }} host: ${{ secrets.HOST }} From 27c974b8f0e8b266739a13fe8558a74a06d83989 Mon Sep 17 00:00:00 2001 From: gue-ni Date: Sun, 5 Oct 2025 22:00:22 +0200 Subject: [PATCH 2/2] fix ci --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 24b3d59..6d7ce0a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,6 @@ jobs: time ${{ github.workspace }}/build/src/lisp $file done - steps: - name: Bundle Release if: github.event_name == 'push' && github.ref == 'refs/heads/master' run: |