We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f63373 commit cf30dd8Copy full SHA for cf30dd8
1 file changed
.github/workflows/release.yml
@@ -76,6 +76,9 @@ jobs:
76
- run: |
77
mv dstack-sshproxy-* dstack-sshproxy
78
working-directory: build
79
+ - run: |
80
+ ls -la .
81
+ ls -la build
82
- name: Set up QEMU
83
uses: docker/setup-qemu-action@v4
84
- name: Set up Docker Buildx
0 commit comments