Skip to content

Commit

Permalink
packaging: upgrade to latest cloudsmith upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
salcock committed Jun 19, 2024
1 parent 33f3fb9 commit 529105d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deb-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
export DIRNAME=`echo ${{ matrix.target }} | tr ':' '_'`
./run-tests.sh ${DIRNAME}
- name: Publish packages to cloudsmith
uses: wandnz/action-cloudsmith-upload-packages@v1.6
uses: wandnz/action-cloudsmith-upload-packages@v1.8
with:
path: packages/
repo: ${{ secrets.CLOUDSMITH_OWNER }}/libwandio
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rpm-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
export DIRNAME=`echo ${{ matrix.target }} | tr ':' '_'`
./run-tests-rpm.sh ${DIRNAME}
- name: Publish packages to cloudsmith
uses: salcock/action-cloudsmith-upload-packages@v1.7
uses: salcock/action-cloudsmith-upload-packages@v1.8
with:
path: packages/
repo: ${{ secrets.CLOUDSMITH_OWNER }}/libwandio
Expand Down

0 comments on commit 529105d

Please sign in to comment.