1
0
mirror of https://github.com/Rudi9719/mfprint.git synced 2026-03-21 21:07:23 +00:00

Update go.yml

This commit is contained in:
2020-10-06 17:31:50 -04:00
committed by GitHub
parent 7493292e38
commit 6d73420bc2

View File

@ -21,19 +21,18 @@ jobs:
- name: Get dependencies
run: |
go get -v -t -d ./...
go get github.com/magefile/mage
- name: Build
run: go build
- name: Upload Artifact
if: matrix.platform != 'windows-latest'
uses: actions/upload-artifact@v1.0.0
with:
name: mfprint
name: mfprint-${{ matrix.platform }}
path: mfprint
- name: Upload Artifact
if: matrix.platform == 'windows-latest'
uses: actions/upload-artifact@v1.0.0
with:
name: mfprint
name: mfprint-${{ matrix.platform }}
path: mfprint.exe