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 bfebc73 commit 45c7efbCopy full SHA for 45c7efb
.github/workflows/dotnet-cd-prod.yml
@@ -53,7 +53,7 @@ jobs:
53
path: C:/pub/pub-prod.zip
54
55
- name: staging
56
- run: move-item C:/pub/pub-prod.zip C:/pub/webroot/rubberduckvba.com/* -force
+ run: move-item C:/pub/pub-prod.zip C:/pub/webroot/rubberduckvba.com -force
57
58
- name: deploy iis site
59
run: |
.github/workflows/dotnet-cd.yml
@@ -55,7 +55,7 @@ jobs:
path: C:/pub/pub-test.zip
- run: move-item C:/pub/pub-test.zip C:/pub/webroot/test.rubberduckvba.com/* -force
+ run: move-item C:/pub/pub-test.zip C:/pub/webroot/test.rubberduckvba.com -force
60
61
0 commit comments