Skip to content

Commit 750febe

Browse files
committed
upload artifact still not seeing output - try adding trailing slash
1 parent 88d78a1 commit 750febe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/upload-artifact@v4
2222
with:
2323
name: app-build
24-
path: .output
24+
path: .output/
2525
deploy:
2626
runs-on: ubuntu-latest
2727
name: Deploy to VPS
@@ -46,5 +46,5 @@ jobs:
4646
script: |
4747
echo "Deploying to VPS..."
4848
rm -rf ~/sourcedepth.com/.output
49-
cp -r .output ~/sourcedepth.com/
49+
cp -r .output/ ~/sourcedepth.com/
5050
echo "Deployment complete!"

0 commit comments

Comments
 (0)