forked from ms/transocks
Исправлен release workflow.
This commit is contained in:
parent
95c6d1cbe1
commit
565c843c22
@ -66,7 +66,7 @@ jobs:
|
||||
id: build-amd64
|
||||
run: |
|
||||
echo "ARTIFACT=transocks-$(make version)_$(go env GOOS)-amd64" >> $GITHUB_OUTPUT
|
||||
GOARCH=amd64 make clean build package
|
||||
GOARCH=amd64 make clean build pkg-deb
|
||||
|
||||
- name: upload amd64
|
||||
uses: actions/upload-artifact@v3
|
||||
@ -81,7 +81,7 @@ jobs:
|
||||
id: build-arm64
|
||||
run: |
|
||||
echo "ARTIFACT=transocks-$(make version)_$(go env GOOS)-arm64" >> $GITHUB_OUTPUT
|
||||
GOARCH=arm64 make clean build package
|
||||
GOARCH=arm64 make clean build pkg-deb
|
||||
|
||||
- name: upload arm64
|
||||
uses: actions/upload-artifact@v3
|
||||
@ -136,7 +136,7 @@ jobs:
|
||||
- name: release
|
||||
uses: actions/gitea-release-action@v1
|
||||
with:
|
||||
title: "MouseSoft DrawIO-Export ${{ needs.build.outputs.version }}"
|
||||
title: "Transocks ${{ needs.build.outputs.version }}"
|
||||
body: "${{ needs.build.outputs.changes }}"
|
||||
files: |
|
||||
*.deb
|
||||
|
Loading…
Reference in New Issue
Block a user