This commit is contained in:
Luke Harding 2024-04-30 13:37:21 -04:00
parent 73682f1194
commit a19d7e026a

View File

@ -4,10 +4,15 @@ on: [ release ]
jobs:
cargo-build:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-rust
steps:
- name: Check out code repository
uses: actions/checkout@v4
- name: Is cargo installed?
- name: Build Binary
run: |
which cargo
cargo build --release
- name: Push binary to artifact
uses: actions/upload-artifact@v4
with:
name: build
path: ./target/release/rust-archlinux-update