oNlY sInGlE qUoTe StRiNgS

This commit is contained in:
Jakob Schrettenbrunner 2020-07-04 23:56:13 +02:00
parent 7d9c608f6b
commit c04042d07a

View File

@ -20,7 +20,7 @@ jobs:
run: go test ./...
- name: Compress binary
if: ${{ github.ref == "develop" }}
if: ${{ github.ref == 'develop' }}
run: upx build/wings_linux_amd64
- uses: actions/upload-artifact@v2