diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b17786e..b357b64 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,14 +30,24 @@ jobs: run: GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build - uses: actions/upload-artifact@v2 if: matrix.goos == 'windows' - with: - name: hilbish-${{ matrix.goos }}-${{ matrix.goarch }} - path: hilbish.exe - - uses: actions/upload-artifact@v2 - if: matrix.goos != 'windows' with: name: hilbish-${{ matrix.goos }}-${{ matrix.goarch }} path: | + hilbish.exe + LICENSE + README.md + CHANGELOG.md + .hilbishrc.lua + nature + libs + docs + emmyLuaDocs + - uses: actions/upload-artifact@v2 + if: matrix.goos != 'windows' + with: + name: hilbish-${{ matrix.goos }}-${{ matrix.goarch }} + path: | + hilbish LICENSE README.md CHANGELOG.md