From 96974c97c40fc0572f8216eb4fa27c53c8224917 Mon Sep 17 00:00:00 2001 From: Bennett Goble Date: Mon, 1 Apr 2024 09:23:30 -0700 Subject: [PATCH] Perform housekeeping, only build once --- .github/workflows/build.yaml | 22 ++++++++-------------- .gitignore | 1 + BuildParams | 2 -- README.txt => README.md | 4 +++- 4 files changed, 12 insertions(+), 17 deletions(-) delete mode 100644 BuildParams rename README.txt => README.md (59%) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c12a750..c38f002 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,25 +1,19 @@ name: Build -on: [push] +on: + pull_request: + push: + branches: [main] + tags: [v*] jobs: build: - strategy: - matrix: - os: [windows-2022, macos-11, ubuntu-22.04] - addrsize: ["64"] - include: - - os: windows-2022 - addrsize: "32" - continue-on-error: true - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest steps: - uses: secondlife/action-autobuild@v3 with: - addrsize: ${{ matrix.addrsize }} + platform: common release: needs: build runs-on: [ubuntu-latest] if: startsWith(github.ref, 'refs/tags/v') steps: - - uses: secondlife/action-autobuild-release@v1 - with: - public: true + - uses: secondlife/action-autobuild-release@v3 diff --git a/.gitignore b/.gitignore index 4f7a0df..cb385ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ stage/* +*.tar.* diff --git a/BuildParams b/BuildParams deleted file mode 100644 index aa8b1d6..0000000 --- a/BuildParams +++ /dev/null @@ -1,2 +0,0 @@ -# Use Public Upload Locations -public_build = true diff --git a/README.txt b/README.md similarity index 59% rename from README.txt rename to README.md index 1932a97..7243f11 100644 --- a/README.txt +++ b/README.md @@ -1 +1,3 @@ -Viewer fonts for the Emoji Project contribution from Kitty Catznip (kitty@catznip.com) \ No newline at end of file +# 3p-viewer-fonts + +Viewer fonts for the Emoji Project contribution from Kitty Catznip (kitty@catznip.com)