Fixed workflow.
This commit is contained in:
parent
76ad73a1b3
commit
51254551f9
@ -35,7 +35,7 @@ jobs:
|
|||||||
- name: Zipping Binaries
|
- name: Zipping Binaries
|
||||||
run: |
|
run: |
|
||||||
cd ${{ gitea.workspace }}
|
cd ${{ gitea.workspace }}
|
||||||
tar -a -c -f ehs-linux-amd64.zip include bin lib docs
|
tar -a -c -f ehs-windows-amd64.zip include bin lib docs
|
||||||
|
|
||||||
- uses: https://github.com/actions/setup-go@v4
|
- uses: https://github.com/actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
@ -46,7 +46,7 @@ jobs:
|
|||||||
uses: https://gitea.com/actions/release-action@main
|
uses: https://gitea.com/actions/release-action@main
|
||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
ehs-linux-amd64.zip
|
ehs-windows-amd64.zip
|
||||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||||
|
|
||||||
Linux-AMD64-Build:
|
Linux-AMD64-Build:
|
||||||
|
Loading…
Reference in New Issue
Block a user