Skip to content

Commit 3a08d33

Browse files
committed
Update ci.yml
1 parent 1cf8957 commit 3a08d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v3
2727
- run: |
2828
curl -sSfL https://raw.githubusercontent.com/bleonheart/Useful-Python-Scripts/refs/heads/main/files/remove_lua_comments.py -o remove_lua_comments.py || curl -sSfL https://raw.githubusercontent.com/bleonheart/Useful-Python-Scripts/main/files/remove_lua_comments.py -o remove_lua_comments.py
29-
python3 remove_lua_comments.py modules
29+
python3 remove_lua_comments.py .
3030
tar --exclude=.git -cf workspace.tar .
3131
- uses: actions/upload-artifact@v4
3232
with:

0 commit comments

Comments
 (0)