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 6f36b87 commit 7a20ad3Copy full SHA for 7a20ad3
.github/workflows/deploy.yml
@@ -61,7 +61,7 @@ jobs:
61
uses: actions/upload-artifact@v4
62
with:
63
name: output-jar
64
- path: .bin/
+ path: jwizard-api.jar
65
retention-days: 1
66
67
docker:
@@ -113,7 +113,7 @@ jobs:
113
uses: actions/download-artifact@v4
114
115
116
- path: .bin
+ path: bin
117
118
- name: Setup Python environment
119
uses: actions/setup-python@v5
@@ -141,7 +141,7 @@ jobs:
141
run: exec/run-with-config remote_invoker \
142
"${{ secrets.CONFIG_FILE_CONTENT }}" \
143
--name api \
144
- --inputDir ${{ github.workspace }}/.bin
+ --inputDir ${{ github.workspace }}/bin
145
env:
146
JWIZARD_SSH_HOST: ${{ secrets.SSH_HOST }}
147
JWIZARD_SSH_PORT: ${{ secrets.SSH_PORT }}
0 commit comments