|
|
|
@ -14,14 +14,21 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
env: |
|
|
|
env: |
|
|
|
workdir: ./WirePorxy |
|
|
|
workdir: ./WirePorxy |
|
|
|
tag_name: ${{ github.ref }} |
|
|
|
|
|
|
|
release_name: ${{ github.ref }} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Checkout code |
|
|
|
- name: Checkout code |
|
|
|
uses: actions/checkout@master |
|
|
|
uses: actions/checkout@master |
|
|
|
with: |
|
|
|
with: |
|
|
|
fetch-depth: 0 |
|
|
|
fetch-depth: 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Set env |
|
|
|
|
|
|
|
run: | |
|
|
|
|
|
|
|
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Test |
|
|
|
|
|
|
|
run: | |
|
|
|
|
|
|
|
echo $RELEASE_VERSION |
|
|
|
|
|
|
|
echo ${{ env.RELEASE_VERSION }} |
|
|
|
|
|
|
|
|
|
|
|
- name: Git clone WirePorxy |
|
|
|
- name: Git clone WirePorxy |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
|