mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-03 20:42:01 +02:00
22 lines
492 B
YAML
22 lines
492 B
YAML
on:
|
|
release:
|
|
types: [ created ]
|
|
|
|
jobs:
|
|
release:
|
|
runs-on: [self-hosted, arch]
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- name: nightly-rust
|
|
uses: actions-rs/toolchain@v1
|
|
with:
|
|
profile: minimal
|
|
toolchain: nightly
|
|
- name: Build rust package
|
|
run: makepkg PKGBUILD
|
|
- name: Release
|
|
uses: softprops/action-gh-release@v1
|
|
with:
|
|
files: |
|
|
ReSet-${{github.ref_name}}-0-x86_64.pkg.tar.zst
|