Skip to content

Commit 7c89f59

Browse files
committed
updated step names
1 parent 9b44743 commit 7c89f59

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ jobs:
5050
uses: actions/download-artifact@v4
5151
with:
5252
name: nu
53-
- run: chmod +x ./nu
53+
54+
- name: Ensure Nushell binary is executable
55+
run: chmod +x ./nu
5456

5557
# - name: Download testing.nu
5658
# run: wget ${{ env.testing-file }}
@@ -84,7 +86,9 @@ jobs:
8486
uses: actions/download-artifact@v4
8587
with:
8688
name: nu
87-
- run: chmod +x ./nu
89+
90+
- name: Ensure Nushell binary is executable
91+
run: chmod +x ./nu
8892

8993
# - name: Download testing.nu
9094
# run: wget ${{ env.testing-file }}

0 commit comments

Comments
 (0)