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 756653d commit f782395Copy full SHA for f782395
.github/workflows/build-and-deploy.yaml
@@ -32,7 +32,7 @@ jobs:
32
uses: actions/download-artifact@v4
33
with:
34
name: app-build
35
- path: ./
+ path: ./.output
36
- name: Display build directory
37
run: ls -R
38
- name: Deploy to VPS
0 commit comments