Skip to content

Commit

Permalink
ci: fixing jf upload usage
Browse files Browse the repository at this point in the history
  • Loading branch information
pthierry-ledger committed Sep 12, 2024
1 parent 38686ca commit 1633782
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-to-jfrog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
permissions:
id-token: write
contents: read
attestations: write

steps:
- name: Set up Python 3.10
Expand All @@ -35,7 +36,7 @@ jobs:
- name: set jfrog Repo URL
run: jf pip-config --repo-resolve=${{ secrets.JFROG_PYPI_REPO_URL }}
- name: upload package
run: jf rt u dist/ --build-name=dts-util-devel --build-number=1 --module=dts-utils
run: jf rt u --build-name=dts-util-devel --build-number=1 --module=dts-utils 'dist/*.tar.gz' 'outpost-pypi-dev-green/outpost-pypi-dev-green/'
- name: Attest
id: attest
uses: LedgerHQ/actions-security/actions/attest@actions/attest-1
Expand Down

0 comments on commit 1633782

Please sign in to comment.