Skip to content

Commit 7a20ad3

Browse files
committed
(chore) update output archive path name
1 parent 6f36b87 commit 7a20ad3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/upload-artifact@v4
6262
with:
6363
name: output-jar
64-
path: .bin/
64+
path: jwizard-api.jar
6565
retention-days: 1
6666

6767
docker:
@@ -113,7 +113,7 @@ jobs:
113113
uses: actions/download-artifact@v4
114114
with:
115115
name: output-jar
116-
path: .bin
116+
path: bin
117117

118118
- name: Setup Python environment
119119
uses: actions/setup-python@v5
@@ -141,7 +141,7 @@ jobs:
141141
run: exec/run-with-config remote_invoker \
142142
"${{ secrets.CONFIG_FILE_CONTENT }}" \
143143
--name api \
144-
--inputDir ${{ github.workspace }}/.bin
144+
--inputDir ${{ github.workspace }}/bin
145145
env:
146146
JWIZARD_SSH_HOST: ${{ secrets.SSH_HOST }}
147147
JWIZARD_SSH_PORT: ${{ secrets.SSH_PORT }}

0 commit comments

Comments
 (0)