Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Tidra/EasyGetProxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Tidra committed Mar 8, 2024
2 parents 0c6942e + e08da5e commit 6efd6e1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ jobs:
- name: Test
run: go test -v ./...

- name: Bump version and push tag
id: tag_version
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}


- name: Prepare Packaging
run: tar zcvf EasyGetProxy_${{ github.ref_name }}_${{ matrix.archive-name }}.tar.gz ${{ matrix.exe-name }} LICENSE config assets

Expand Down

0 comments on commit 6efd6e1

Please sign in to comment.