Removed path from download
This commit is contained in:
parent
2ba30992b3
commit
8cfb33c40a
@ -33,7 +33,7 @@ jobs:
|
|||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: dist
|
name: dist
|
||||||
path: artifacts
|
|
||||||
- name: Move files to server
|
- name: Move files to server
|
||||||
run: |
|
run: |
|
||||||
cp -r artifacts/dist/* /var/www/beta.martials.no
|
ls dist
|
||||||
|
cp -r dist/* /var/www/beta.martials.no
|
||||||
|
Loading…
x
Reference in New Issue
Block a user