diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 20b281b..cbd9ed3 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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