Skip to content

Commit 763a3fe

Browse files
ci: fixing jf upload usage
1 parent 38686ca commit 763a3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-jfrog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: set jfrog Repo URL
3636
run: jf pip-config --repo-resolve=${{ secrets.JFROG_PYPI_REPO_URL }}
3737
- name: upload package
38-
run: jf rt u dist/ --build-name=dts-util-devel --build-number=1 --module=dts-utils
38+
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/'
3939
- name: Attest
4040
id: attest
4141
uses: LedgerHQ/actions-security/actions/attest@actions/attest-1

0 commit comments

Comments
 (0)