Skip to content

Commit 8cd39e9

Browse files
committed
fix: CI調整
1 parent 02a2328 commit 8cd39e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gem-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
with:
2727
java-version: 1.8
2828
- name: push gem
29-
uses: trocco-io/push-gem-to-gpr-action@v1
29+
uses: trocco-io/push-gem-to-gpr-action@v2
3030
with:
3131
language: java
32-
gem-path: "./pkg/*.gem"
32+
gem-path: "./build/gems/*.gem"
3333
github-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)