Skip to content

Commit

Permalink
Modify: remove scripts folder
Browse files Browse the repository at this point in the history
  • Loading branch information
hhhxiao committed Oct 1, 2022
1 parent c2bef2e commit e423426
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Prepare Release
run: |
7z a release.zip ${{github.workspace}}/out
python ./scripts/create_release_note.py
python create_release_note.py
- name: Publish Release
uses: softprops/action-gh-release@v1
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
build/*
/out/*
.cache
scripts/run_bds.cmd
run_bds.cmd
2 changes: 1 addition & 1 deletion scripts/create_release_note.py → create_release_note.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if __name__ == "__main__":
total = ''
with open('../changelog.md', encoding='utf-8') as f:
with open('changelog.md', encoding='utf-8') as f:
total = f.readlines()
content = ''
index = 0
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#define Trapdoor_VERSION_PATCH 2
#define TRAPDOOR_VERSION 0.19.2
#define GAME_VERSION 1.19.30.04
#define BUILD_TIME 2022-10-01 10:38:19
#define BUILD_TIME 2022-10-01 17:25:21

0 comments on commit e423426

Please sign in to comment.