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/android.yml | 11 ----------- .github/workflows/linux-trusty-5.12.yml | 10 ---------- .github/workflows/windows.yml | 14 -------------- 3 files changed, 35 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index b64f1b22f..39fd9c17b 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -28,17 +28,6 @@ jobs: cp /__w/subsurface/subsurface-mobile-build-arm64/*mobile*/build/outputs/apk/debug/subsurface-mobile-arm64-v8a-debug.apk ${GITHUB_WORKSPACE}/Subsurface-mobile.arm64.apk cp /__w/subsurface/subsurface-mobile-build-arm/*mobile*/build/outputs/apk/debug/subsurface-mobile-armeabi-v7a-debug.apk ${GITHUB_WORKSPACE}/Subsurface-mobile.apk - - 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-mobile.apk - BIN2: ./Subsurface-mobile.arm64.apk - - name: prepare PR artifacts if: github.event_name == 'pull_request' run: | 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: | diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index bf0a27dd2..d83b8735a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -39,20 +39,6 @@ jobs: bash -x subsurface/.github/workflows/scripts/windows-in-container-build.sh 2>&1 | tee build.log grep "Built target installer" build.log - - 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-installer.exe - BIN2: ./subsurface.exe - BIN3: ./subsurface.exe.debug - BIN4: ./smtk2ssrf-installer.exe - BIN5: ./smtk2ssrf.exe - - name: prepare PR artifacts if: github.event_name == 'pull_request' run: | -- cgit v1.2.3-70-g09d2