mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-17 03:42:26 +08:00
fix(release): golang env
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -40,13 +40,14 @@ jobs:
|
|||||||
run: scripts/run_build.sh deepzz0 ${{ steps.vars.outputs.tag }}
|
run: scripts/run_build.sh deepzz0 ${{ steps.vars.outputs.tag }}
|
||||||
|
|
||||||
- name: Package tar
|
- name: Package tar
|
||||||
|
env:
|
||||||
|
GOPROXY: https://goproxy.io,direct
|
||||||
run: scripts/dist_tar.sh ${{ steps.vars.outputs.tag }}
|
run: scripts/dist_tar.sh ${{ steps.vars.outputs.tag }}
|
||||||
- name: Release push
|
- name: Release push
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
GOPROXY: https://goproxy.io,direct
|
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user