Fix actions merge

This commit is contained in:
2022-10-29 23:58:24 -04:00
18 changed files with 403 additions and 186 deletions

View File

@ -28,7 +28,7 @@ jobs:
make test
- name: Build
run: |
make build
make build VERSION="${{ env.RELEASE_VERSION }}"
- name: Upload Release Asset
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')

View File

@ -20,4 +20,4 @@ jobs:
make test
- name: Build
run: |
make build
make build VERSION="test"