Skip to content

Commit

Permalink
Update comment_on_issues.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YT-Advanced authored Jul 31, 2024
1 parent 85ca680 commit 69af13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/comment_on_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
- name: Build WSA
id: wsa
if: env.iscustom == 'true' && env.ismagisk == 'true' && success()
if: env.iscustom == 'true' && success()
run: |
mkdir -p download
if [[ ${{ env.ismagisk }} == 'true' ]]; then
Expand Down

0 comments on commit 69af13f

Please sign in to comment.