Skip to content

Commit

Permalink
make.yml to make reip single-file
Browse files Browse the repository at this point in the history
  • Loading branch information
GrimIrani authored Sep 18, 2023
1 parent 51c7560 commit 64a449f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# This code will get latest version of cores(tor, openvpn3, sing-box, v2ray-core, ...)

name: Make reip single-file.

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: install makeself
run: sudo apt install makeself

- name: get latest version of sing-box
run: |
wget https://github.com/SagerNet/sing-box/releases/download/v1.4.3/sing-box-1.4.3-linux-amd64.tar.gz
tar -xf sing-box-1.4.3-linux-amd64.tar.gz

0 comments on commit 64a449f

Please sign in to comment.