Skip to content

Commit 21843cd

Browse files
authored
Update release-ci.yml
1 parent dbf2dbe commit 21843cd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ jobs:
5353
- name: Spoof Package ID
5454
if: github.event.inputs.spoof_build == 'true'
5555
run: |
56-
chmod +x spoof
57-
./spoof
56+
ls
57+
chmod +x spoof
58+
./spoof
5859
5960
- name: Parse input
6061
run: |

0 commit comments

Comments
 (0)