Well, that one was on me I guess
This commit is contained in:
parent
c04042d07a
commit
39f3408e4f
2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
run: upx build/wings_linux_amd64
|
run: upx build/wings_linux_amd64
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
if: ${{ github.ref == "develop" }}
|
if: ${{ github.ref == 'develop' }}
|
||||||
with:
|
with:
|
||||||
name: wings_linux_amd64
|
name: wings_linux_amd64
|
||||||
path: build/wings_linux_amd64
|
path: build/wings_linux_amd64
|
Loading…
Reference in New Issue
Block a user