From f3db7722b13daa5c1937fe324d63aae9cf492d69 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Tue, 21 Apr 2020 13:48:35 +0200 Subject: [PATCH] Updated CI config --- .github/workflows/build.yml | 37 ++----------------------------------- 1 file changed, 2 insertions(+), 35 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aaef0419a..f3d74d5e4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,7 +68,7 @@ jobs: name: Draft a Release on GitHub Releases runs-on: ubuntu-latest needs: assemble-build-kit - # if: startsWith(github.ref, 'refs/tags/') + if: startsWith(github.ref, 'refs/tags/') steps: - name: Download buildkit-linux.zip uses: actions/download-artifact@v1 @@ -122,37 +122,4 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: buildkit-win.zip asset_name: buildkit-win.zip - asset_content_type: application/zip - - bintray-release: - name: Upload Release Artifacts to Bintray - runs-on: ubuntu-latest - needs: assemble-build-kit - # if... - steps: - - name: Download buildkit-linux.zip - uses: actions/download-artifact@v1 - with: - name: buildkit-linux.zip - path: . - - name: Download buildkit-mac.zip - uses: actions/download-artifact@v1 - with: - name: buildkit-mac.zip - path: . - - name: Download buildkit-win.zip - uses: actions/download-artifact@v1 - with: - name: buildkit-win.zip - path: . - - name: Upload buildkit-win.zip - env: - BINTRAY_API_KEY: ${{ secrets.BINTRAY_API_KEY }} - run: | - curl -T buildkit-win.zip - -u cryptobot:${BINTRAY_API_KEY} - -H "X-Bintray-Package:buildkit" - -H "X-Bintray-Version:snapshot" - -H "X-Bintray-Override:1" - -H "X-Bintray-Publish:1" - https://api.bintray.com/content/cryptomator/cryptomator/snapshot/buildkit-win.zip \ No newline at end of file + asset_content_type: application/zip \ No newline at end of file