From c2f604ea580ebcac7e1c1130ffc94ca29864d65a Mon Sep 17 00:00:00 2001 From: House of Vanity Date: Sun, 18 Jun 2023 13:33:18 +0300 Subject: [PATCH] Create release.yml --- .github/workflows/release.yml | 19 +++++++++++++++++++ 1 file changed, 19 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..3bbf769 --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,19 @@ +on: + release: + types: [created] +name: Handle Release +jobs: + generate: + name: Create release-artifacts + runs-on: ubuntu-latest + steps: + - name: Checkout the repository + uses: actions/checkout@master + - name: Generate the artifacts + uses: skx/github-action-build@master + - name: Upload the artifacts + uses: skx/github-action-publish-binaries@master + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + args: 'rexec-*'