diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/android.yml | 11 | ||||
-rw-r--r-- | .github/workflows/linux-trusty-5.12.yml | 10 | ||||
-rw-r--r-- | .github/workflows/windows.yml | 14 |
3 files changed, 0 insertions, 35 deletions
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: | |