up test.yml
This commit is contained in:
@@ -62,13 +62,9 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
${{ matrix.goos}}-${{ matrix.goarch }}.tar.gz
|
${{ matrix.goos}}-${{ matrix.goarch }}.tar.gz
|
||||||
${{ matrix.goos}}-${{ matrix.goarch }}.zip
|
${{ matrix.goos}}-${{ matrix.goarch }}.zip
|
||||||
release:
|
|
||||||
runs-on: ubuntu-latest
|
- name: Upload to GitHub Release
|
||||||
needs: build
|
|
||||||
steps:
|
|
||||||
- name: Create GitHub Release
|
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
${{ matrix.goos}}-${{ matrix.goarch }}.tar.gz
|
${{ matrix.goos}}-${{ matrix.goarch }}.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user