Create release.yml

This commit is contained in:
House of Vanity
2023-06-18 13:33:18 +03:00
committed by GitHub
parent 0656e492e2
commit c2f604ea58

19
.github/workflows/release.yml vendored Normal file
View File

@ -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-*'