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 452f54f commit ad7ded3
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/zip-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,12 @@ 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 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"

0 comments on commit ad7ded3

Please sign in to comment.