Skip to content

Commit

Permalink
fixup! WorkFlows: Pack and Send repository
Browse files Browse the repository at this point in the history
  • Loading branch information
jaci-nordic committed Mar 19, 2024
1 parent ad7ded3 commit 2bca0bf
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/zip-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ jobs:
- name: Zip repository
run: zip -r sdk-repository-${{ github.sha }}.zip . -x "*.git*"

# - name: Upload ZIP as artifact
# uses: actions/upload-artifact@v2
# with:
# name: sdk-repository-zip
# path: sdk-repository-${{ github.sha }}.zip

- name: Upload to Artifactory
run: |
curl -H "X-JFrog-Art-Api:${{ secrets.ARTIFACTORY_BURAN_CI_TOKEN }}" -T sdk-repository-${{ github.sha }}.zip "https://artifactory.nordicsemi.no/artifactory/ncs-source-mirror/sdk-repository-${{ github.sha }}.zip"
run: |
curl -H "X-JFrog-Art-Api:${{ secrets.ARTIFACTORY_BURAN_CI_TOKEN }}" -T sdk-repository-${{ github.sha }}.zip "https://artifactory.nordicsemi.no/artifactory/ncs-source-mirror/sdk-repository-${{ github.sha }}.zip"

0 comments on commit 2bca0bf

Please sign in to comment.