Use working-directory

This commit is contained in:
Barichello 2022-03-13 17:07:44 -03:00
parent b01c7391b3
commit bd23be9dc3
No known key found for this signature in database
GPG Key ID: 29197D315AE4FF67
1 changed files with 1 additions and 1 deletions

View File

@ -72,8 +72,8 @@ jobs:
cat <<< $(jq ".Version = \"${MOD_VERSION}\"" northstar-mods/Northstar.Custom/mod.json) > northstar-mods/Northstar.Custom/mod.json
cat <<< $(jq ".Version = \"${MOD_VERSION}\"" northstar-mods/Northstar.CustomServers/mod.json) > northstar-mods/Northstar.CustomServers/mod.json
- name: Generate md5sum file
working-directory: northstar-mods
run: |
cd northstar-mods
echo -e "# Check with 'md5sum -c md5sum.txt' at the root of mods folder\n" > md5sum.txt
git ls-tree -r $NORTHSTAR_VERSION --name-only | xargs -L1 md5sum >> md5sum.txt
- name: Make folder structure