diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index db7f33c..c3012a7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Build and install deb packages +name: Build, install and test mdb-locales deb packages on: push: @@ -39,10 +39,17 @@ jobs: run: dpkg-buildpackage -us -uc - uses: actions/upload-artifact@v4 with: - name: upload-artifacts + name: mdb-locales-build-artifacts path: | ./mdb-locales* ./libmdblocales* + - name: Release + uses: softprops/action-gh-release@v2 + if: startsWith(github.ref, 'refs/tags/') + with: + files: | + ./mdb-locales* + ./libmdblocales* patch_and_build_postgresql: runs-on: ubuntu-22.04