learning about variables, i like learning
Some checks failed
Modlist update / update (push) Failing after 1m3s

This commit is contained in:
2025-10-18 13:41:32 -04:00
parent 87c8ae62d5
commit 82a1354658

View File

@@ -12,7 +12,8 @@ jobs:
id: getfiles
run: |
unzip unzip_me.zip
echo "files=$(ls --format=single-column *.jar)"
echo "files='$(ls --format=single-column *.jar)'"
echo "files='$(ls --format=single-column *.jar)'" >> $GITHUB_OUTPUT
- name: "truncate readme"
shell: bash