From d49647d288de63638ffd040e35fa857909d48a61 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 4 May 2020 08:51:49 -0700 Subject: GitHub Actions: stop creating CI releases Net net this has caused more problems than it solved. Too often binaries were missing or broken. Instead 'release equivalent' binaries are now consistently posted to downloads/test via a Webhook. Signed-off-by: Dirk Hohndel --- .github/workflows/linux-trusty-5.12.yml | 10 ---------- 1 file changed, 10 deletions(-) (limited to '.github/workflows/linux-trusty-5.12.yml') diff --git a/.github/workflows/linux-trusty-5.12.yml b/.github/workflows/linux-trusty-5.12.yml index f0dba517d..4e97989ec 100644 --- a/.github/workflows/linux-trusty-5.12.yml +++ b/.github/workflows/linux-trusty-5.12.yml @@ -23,16 +23,6 @@ jobs: rm -rf /install-root/include/libdivecomputer bash -x subsurface/.github/workflows/scripts/linux-in-container-build.sh - - name: create CI release - if: github.event_name == 'push' - uses: ./.github/actions/release - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GITHUB_REPO: ${{ github.repository }} - REF: ${{ github.ref }} - COMMIT: ${{ github.sha }} - BIN1: ./Subsurface.AppImage - - name: prepare PR artifacts if: github.event_name == 'pull_request' run: | -- cgit v1.2.3-70-g09d2