We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a2328 commit 8cd39e9Copy full SHA for 8cd39e9
1 file changed
.github/workflows/gem-push.yml
@@ -26,8 +26,8 @@ jobs:
26
with:
27
java-version: 1.8
28
- name: push gem
29
- uses: trocco-io/push-gem-to-gpr-action@v1
+ uses: trocco-io/push-gem-to-gpr-action@v2
30
31
language: java
32
- gem-path: "./pkg/*.gem"
+ gem-path: "./build/gems/*.gem"
33
github-token: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments