-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #604 from Wolfy76700:game/pbrave
PBRAVE: Added Dvesha
- Loading branch information
Showing
6 changed files
with
38 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,6 +38,21 @@ jobs: | |
with: | ||
python-version: "3.9" #install the python needed | ||
|
||
# Update version numbers | ||
- name: Update version numbers | ||
run: | | ||
pip install requests | ||
python scripts/update_calver.py | ||
git config --global user.name 'Buildbot' | ||
git config --global user.email '[email protected]' | ||
git add . | ||
if ! git diff --cached --quiet; then | ||
git commit -m "Update version number of changed packs" | ||
git push origin main | ||
else | ||
echo "No changes to commit" | ||
fi | ||
# Optimize images | ||
- name: Optimize images | ||
run: | | ||
|
@@ -68,21 +83,6 @@ jobs: | |
echo "No changes to commit" | ||
fi | ||
# Update version numbers | ||
- name: Update version numbers | ||
run: | | ||
pip install requests | ||
python scripts/update_calver.py | ||
git config --global user.name 'Buildbot' | ||
git config --global user.email '[email protected]' | ||
git add . | ||
if ! git diff --cached --quiet; then | ||
git commit -m "Update version number of changed packs" | ||
git push origin main | ||
else | ||
echo "No changes to commit" | ||
fi | ||
# Generate StartGG config insights | ||
- name: Generate StartGG config insights | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -109,6 +109,12 @@ | |
"x": 1600, | ||
"y": 1468 | ||
} | ||
}, | ||
"Dvesha": { | ||
"0": { | ||
"x": 1616, | ||
"y": 2608 | ||
} | ||
} | ||
}, | ||
"average_size": { | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,6 +98,12 @@ | |
"x": 2892, | ||
"y": 1670 | ||
} | ||
}, | ||
"Dvesha": { | ||
"0": { | ||
"x": 4084, | ||
"y": 3168 | ||
} | ||
} | ||
}, | ||
"uncropped_edge": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters