|
|
|
@ -21,19 +21,18 @@ jobs:
@@ -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 |
|
|
|
|