Skip to content

Commit 3e08313

Browse files
committed
plz work again
1 parent 1720d07 commit 3e08313

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,11 @@ jobs:
155155
with:
156156
name: release-packages
157157
path: ./release-packages
158-
- name: Untar code-server file
158+
- name: See working directory and files
159159
run: |
160160
echo "This better print"
161161
pwd
162162
ls
163+
- name: Untar code-server file
163164
run: |
164165
tar -xfz release-packages/code-server*-linux-amd64.tar.gz

0 commit comments

Comments
 (0)