Skip to content

Commit

Permalink
Update oc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wukongdaily authored Dec 12, 2024
1 parent 3d85781 commit 6ce418d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/oc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build OpenClash Installer
on:
push:
branches:
- main
- master
workflow_dispatch:

jobs:
Expand All @@ -17,6 +17,9 @@ jobs:
with:
repository: vernesong/OpenClash
ref: package
- name: Verify Clone Integrity
run: |
git rev-parse HEAD && echo "Clone successful!"
- name: list OpenClash directory
run: tree OpenClash
Expand Down

0 comments on commit 6ce418d

Please sign in to comment.