oNlY sInGlE qUoTe StRiNgS
This commit is contained in:
parent
7d9c608f6b
commit
c04042d07a
2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
run: go test ./...
|
run: go test ./...
|
||||||
|
|
||||||
- name: Compress binary
|
- name: Compress binary
|
||||||
if: ${{ github.ref == "develop" }}
|
if: ${{ github.ref == 'develop' }}
|
||||||
run: upx build/wings_linux_amd64
|
run: upx build/wings_linux_amd64
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user