Skip to content

Commit

Permalink
Added pathnames
Browse files Browse the repository at this point in the history
  • Loading branch information
taskinoz committed Feb 12, 2023
1 parent 7e39011 commit d02799a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/thunderstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
mv ./assets/thunderstore-icon.png ./icon.png
cp -R ./src/ ./Enhanced.Menu.Mod.Northstar/mod && cp -R ./Northstar/* ./Enhanced.Menu.Mod.Northstar
rm ./Enhanced.Menu.Mod.Northstar/mod/scripts/vscripts/scripts.rson
rm -rf src
rm -rf Northstar
rm -rf Icepick
rm -rf ./src
rm -rf ./Northstar
rm -rf ./Icepick
if [[ "$(grep -Po "\d+\.\d+\.\d+" $(find ./ -name mod.json))" != "${{ env.cleanVersion }}" ]]; then
echo "::debug::${{env.cleanVersion}}"
echo "::debug::$(cat $(find ./ -name mod.json ))"
Expand Down

0 comments on commit d02799a

Please sign in to comment.