Skip to content

Commit

Permalink
Change DEBUG Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
P-PPPP authored Apr 29, 2022
1 parent bc9b582 commit bf31e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./components/tmp/All.zip
asset_name: All_${{ env.Version }}.zip
asset_name: All.zip
asset_content_type: application/zip
1 change: 1 addition & 0 deletions actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ def Output_Version(self):
ui.Multi_Video_Process(video_path=Config['Sources_Path'])
except Exception as e:
if not Config["DEBUG"]: raise e
else: os.system(f"echo Error occured:{e}")
r.Create_Assets(),r.Output_Version()

elif Running_Type == "install": Actions().Install_JianYing()
Expand Down

0 comments on commit bf31e01

Please sign in to comment.