Skip to content

Commit

Permalink
linux build fix config permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
PhotoNomad0 committed Dec 30, 2024
1 parent 6c747f2 commit f53a868
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ jobs:
id: build
run: |
echo "Building $APP_VERSION-$HASH"
chmod u+r /__w/translationCore/translationCore/electronite/cfg.json
chmod u+r electronite/cfg.json
git config --global --add safe.directory /__w/translationCore/translationCore
npm run build-linux
Expand Down

0 comments on commit f53a868

Please sign in to comment.