From eae27346483bacdf41ad98b422ebc7e26a5357f3 Mon Sep 17 00:00:00 2001 From: Christopher Fuller Date: Fri, 23 Jan 2026 08:49:37 -0800 Subject: [PATCH] Remove Artifactory --- .github/workflows/artifactory.yml | 28 ---------------------------- README.md | 2 -- 2 files changed, 30 deletions(-) delete mode 100644 .github/workflows/artifactory.yml diff --git a/.github/workflows/artifactory.yml b/.github/workflows/artifactory.yml deleted file mode 100644 index 336a7b3..0000000 --- a/.github/workflows/artifactory.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: Artifactory - -on: - push: - tags: ['[0-9]+.[0-9]+.[0-9]+'] - -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: Archive - run: tar -czf "CollectionBuilders-${GITHUB_REF_NAME}.tar.gz" Sources - - name: Upload - run: > - jf rt u - --url="https://tinder.jfrog.io/artifactory" - --access-token="${{ secrets.ARTIFACTORY_ACCESS_TOKEN }}" - --flat="true" - "CollectionBuilders-${GITHUB_REF_NAME}.tar.gz" - "swift-package-releases/CollectionBuilders/" diff --git a/README.md b/README.md index b97ac7a..ed20409 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ [![Swift](https://github.com/Tinder/CollectionBuilders/actions/workflows/swift.yml/badge.svg?event=push)](https://github.com/Tinder/CollectionBuilders/actions/workflows/swift.yml)   [![DocC](https://github.com/Tinder/CollectionBuilders/actions/workflows/docc.yml/badge.svg?event=push)](https://github.com/Tinder/CollectionBuilders/actions/workflows/docc.yml) -  -[![Artifactory](https://github.com/Tinder/CollectionBuilders/actions/workflows/artifactory.yml/badge.svg?event=push)](https://github.com/Tinder/CollectionBuilders/actions/workflows/artifactory.yml) # Collection Builders