Try a simple download
Some checks failed
Continuous Stack Deployment Test / Deploy test stack (push) Failing after 41s
Some checks failed
Continuous Stack Deployment Test / Deploy test stack (push) Failing after 41s
This commit is contained in:
parent
9177e30f1e
commit
4658d212a5
@ -50,6 +50,11 @@ jobs:
|
||||
name: test-deployment-data
|
||||
path: |
|
||||
deployments
|
||||
- name: "Test download artifact"
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: deployments
|
||||
path: new-deployments
|
||||
- name: "Show checked out files"
|
||||
run: ls -lR
|
||||
- name: "Deploy test stack"
|
||||
|
Loading…
Reference in New Issue
Block a user