Skip to content

Commit 3ac56c9

Browse files
authored
Merge pull request #210 from AndrewCS149/testWorkflow
testWorkflow
2 parents 0910867 + c69e2f5 commit 3ac56c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/staging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@ jobs:
133133
uses: actions/download-artifact@v4
134134
with:
135135
name: dockerCompose
136-
path: docker-compose.yml
136+
path: dockerCompose
137137

138-
- name: Cat docker compose
139-
run: cat docker-compose.yml
138+
- name: LS docker compose
139+
run: ls dockerCompose
140140

141141
- name: Copy Files to Server
142142
run: |

0 commit comments

Comments
 (0)