Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
celetor authored Sep 22, 2022
1 parent 9b04613 commit 2232933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
echo "${{ env.commit }}" > ./log/${{ matrix.userName }}.txt
git add --all
git commit -m "${{ matrix.userName }}_${{ env.commit }}"
git push origin ${{ matrix.branchName }}
git push origin main
- name: Upload App To Lanzou
if: ${{ env.commit && env.ylogin }}
Expand Down

0 comments on commit 2232933

Please sign in to comment.