Skip to content

Commit f782395

Browse files
committed
output artifact to path ./.output
1 parent 756653d commit f782395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/download-artifact@v4
3333
with:
3434
name: app-build
35-
path: ./
35+
path: ./.output
3636
- name: Display build directory
3737
run: ls -R
3838
- name: Deploy to VPS

0 commit comments

Comments
 (0)