Skip to content

Commit

Permalink
Update Debug Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
P-PPPP authored Jun 16, 2022
1 parent 3cf43e8 commit a937f13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
id: version

- name: CreateRelease
if: always()
uses: actions/create-release@v1
id: create_release
with:
Expand All @@ -48,6 +49,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}

- name: UploadAssets
if: always()
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit a937f13

Please sign in to comment.