Compare commits
2 Commits
2
.github/workflows/push_master.yml
vendored
2
.github/workflows/push_master.yml
vendored
@@ -77,7 +77,7 @@ jobs:
|
||||
with:
|
||||
tag_name: ${{ needs.check.outputs.version }}
|
||||
release_name: ${{ needs.check.outputs.version }}
|
||||
body_path: ./RELEASE.md
|
||||
body_path: ./data/RELEASE.md
|
||||
draft: false
|
||||
prerelease: false
|
||||
- name: Upload zip archive
|
||||
|
||||
@@ -2,4 +2,4 @@ from src.app import App
|
||||
|
||||
if __name__ == "__main__":
|
||||
app = App()
|
||||
app.main()
|
||||
app.main()
|
||||
|
||||
Reference in New Issue
Block a user