From 6771fb35620274e478eade2dbe972f6e3ae365e7 Mon Sep 17 00:00:00 2001 From: Roman Pronskiy Date: Sat, 20 Apr 2024 23:38:30 +0200 Subject: [PATCH] Add release workflow --- .github/workflows/release.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..ff66a6f --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,20 @@ +name: Release + +on: push + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Build + run: build.sh +# - name: Test +# run: cat Release.txt + - name: Release + uses: softprops/action-gh-release@v2 + if: startsWith(github.ref, 'refs/tags/') + with: + files: | + build/phpup