mirror of
https://github.com/Rudi9719/mfprint.git
synced 2026-03-22 05:17:25 +00:00
Update go.yml
This commit is contained in:
5
.github/workflows/go.yml
vendored
5
.github/workflows/go.yml
vendored
@ -21,19 +21,18 @@ jobs:
|
|||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
run: |
|
run: |
|
||||||
go get -v -t -d ./...
|
go get -v -t -d ./...
|
||||||
go get github.com/magefile/mage
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build
|
run: go build
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
if: matrix.platform != 'windows-latest'
|
if: matrix.platform != 'windows-latest'
|
||||||
uses: actions/upload-artifact@v1.0.0
|
uses: actions/upload-artifact@v1.0.0
|
||||||
with:
|
with:
|
||||||
name: mfprint
|
name: mfprint-${{ matrix.platform }}
|
||||||
path: mfprint
|
path: mfprint
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
if: matrix.platform == 'windows-latest'
|
if: matrix.platform == 'windows-latest'
|
||||||
uses: actions/upload-artifact@v1.0.0
|
uses: actions/upload-artifact@v1.0.0
|
||||||
with:
|
with:
|
||||||
name: mfprint
|
name: mfprint-${{ matrix.platform }}
|
||||||
path: mfprint.exe
|
path: mfprint.exe
|
||||||
|
|||||||
Reference in New Issue
Block a user