We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf8957 commit 3a08d33Copy full SHA for 3a08d33
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
- uses: actions/checkout@v3
27
- run: |
28
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
+ python3 remove_lua_comments.py .
30
tar --exclude=.git -cf workspace.tar .
31
- uses: actions/upload-artifact@v4
32
with:
0 commit comments