Skip to content

Commit 66ef498

Browse files
Merge pull request #6 from RandomCoderOrg/workflow-upgrade
Workflow upgrade
2 parents 1750f7b + ff4d214 commit 66ef498

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
set +e
8686
git config user.name github-actions[bot]
8787
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
88-
git add --all
88+
git add distro-data.json
8989
git commit -m "AUTO: update distro-data.json"
9090
git push
9191
set -e

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*.log
22
*.tests
3+
__pycache__

gen_data/gen-update-json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import utils
55

66
GIT_ROOT = os.popen("git rev-parse --show-toplevel").read().strip()
7-
DIR = "."
7+
DIR = "fs-cook/out"
88
VERBOSE = False
99
JSON_CONF = f"{GIT_ROOT}/distro-data.json"
1010

0 commit comments

Comments
 (0)