Skip to content

Commit

Permalink
update makeself
Browse files Browse the repository at this point in the history
  • Loading branch information
wukongdaily authored Dec 12, 2024
1 parent 344dcb9 commit e5dc890
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/oc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,13 @@ jobs:
- name: Clone makeself repository
run: |
git clone https://github.com/megastep/makeself.git
mv openclash makeself/
cd makeself
# Step 6: Create self-extracting installer
- name: Create self-extracting installer
run: |
mv openclash makeself/
cd makeself
ls
./makeself.sh openclash/ openclash-amd64.run "by github action" ./install.sh
# Step 7: Upload openclash.run to Release
Expand Down

0 comments on commit e5dc890

Please sign in to comment.