diff --git a/.github/workflows/artifactory.yml b/.github/workflows/artifactory.yml deleted file mode 100644 index 9261afdbe..000000000 --- a/.github/workflows/artifactory.yml +++ /dev/null @@ -1,36 +0,0 @@ -name: Artifactory - -on: - push: - tags: ['[0-9]+.[0-9]+.[0-9]+'] - -env: - DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer - -jobs: - artifactory: - name: Artifactory - runs-on: macos-latest - concurrency: - group: ${{ github.ref_name }} - cancel-in-progress: true - steps: - - name: Install dependencies - run: brew install jfrog-cli - - name: Checkout source - uses: actions/checkout@v4 - - name: Build documentation - run: | - make docs open="no" DERIVED_DATA_PATH="$(mktemp -d)" - mkdir Documentation - mv .build/documentation/archive/Nodes.doccarchive Documentation - - name: Archive - run: tar -czf "Nodes-${GITHUB_REF_NAME}.tar.gz" Sources Documentation - - name: Upload - run: > - jf rt u - --url="https://tinder.jfrog.io/artifactory" - --access-token="${{ secrets.ARTIFACTORY_ACCESS_TOKEN }}" - --flat="true" - "Nodes-${GITHUB_REF_NAME}.tar.gz" - "swift-package-releases/Nodes/" diff --git a/README.md b/README.md index a7a5be385..dc883038f 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,8 @@ [![DocC](https://github.com/Tinder/Nodes/actions/workflows/docc.yml/badge.svg?event=push)](https://github.com/Tinder/Nodes/actions/workflows/docc.yml)   [![Genesis](https://github.com/Tinder/Nodes/actions/workflows/genesis.yml/badge.svg?event=push)](https://github.com/Tinder/Nodes/actions/workflows/genesis.yml) - -[![Pages](https://github.com/Tinder/Nodes/actions/workflows/pages.yml/badge.svg?event=push)](https://github.com/Tinder/Nodes/actions/workflows/pages.yml)   -[![Artifactory](https://github.com/Tinder/Nodes/actions/workflows/artifactory.yml/badge.svg?event=push)](https://github.com/Tinder/Nodes/actions/workflows/artifactory.yml) +[![Pages](https://github.com/Tinder/Nodes/actions/workflows/pages.yml/badge.svg?event=push)](https://github.com/Tinder/Nodes/actions/workflows/pages.yml)