Skip to content

Commit 7293413

Browse files
authored
Merge pull request #202 from AndrewCS149/testWorkflow
testWorkflow
2 parents 14db8ba + 8105a85 commit 7293413

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/upload-artifact@v4
6969
with:
7070
name: serverArtifact
71-
path: server
71+
path: .
7272

7373
- name: Upload Docker Compose File
7474
uses: actions/upload-artifact@v4
@@ -108,7 +108,7 @@ jobs:
108108
uses: actions/download-artifact@v4
109109
with:
110110
name: dockerCompose
111-
path: docker-compose-yml
111+
path: docker-compose.yml
112112

113113
- name: List folders
114114
run: ls -l

0 commit comments

Comments
 (0)