diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-05-04 08:51:49 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-05-04 08:51:49 -0700 |
commit | d49647d288de63638ffd040e35fa857909d48a61 (patch) | |
tree | 0eebdf73bf84f2ce06cd3512947e38430fd958b5 /.github/workflows/linux-trusty-5.12.yml | |
parent | 36748fef0d4114327ee01f3ff43524483a1e39af (diff) | |
download | subsurface-d49647d288de63638ffd040e35fa857909d48a61.tar.gz |
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 <dirk@hohndel.org>
Diffstat (limited to '.github/workflows/linux-trusty-5.12.yml')
-rw-r--r-- | .github/workflows/linux-trusty-5.12.yml | 10 |
1 files changed, 0 insertions, 10 deletions
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: | |