From 5b6811d07343eca52c436ad3cbe7b51d78a7bebd Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Thu, 21 Mar 2024 20:07:44 +0100 Subject: [PATCH] not separate --- .github/workflows/all-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/all-ci.yml b/.github/workflows/all-ci.yml index 15bc79c18..4e39057c4 100644 --- a/.github/workflows/all-ci.yml +++ b/.github/workflows/all-ci.yml @@ -35,9 +35,6 @@ jobs: name: prog8-compiler-jar-zipped path: compiler/build/libs/*-all.jar - release: - runs-on: ubuntu-latest - steps: - name: Calculate hash uses: MCJack123/ghaction-generate-release-hashes@v4 if: github.event_name == 'release'