rm: remove github actions workflow
This commit is contained in:
parent
e497f0cdae
commit
5a9cf8201e
1 changed files with 0 additions and 35 deletions
35
.github/workflows/rust.yml
vendored
35
.github/workflows/rust.yml
vendored
|
@ -1,35 +0,0 @@
|
|||
name: Rust
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build release
|
||||
run: cargo build --release --verbose
|
||||
|
||||
- name: Automatic Releases
|
||||
uses: marvinpinto/action-automatic-releases@v1.2.1
|
||||
with:
|
||||
# GitHub secret token
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# Release title (for automatic releases)
|
||||
title: Automatic release
|
||||
# Assets to upload to the release
|
||||
files: target/release/mrfetch
|
||||
# Git tag
|
||||
automatic_release_tag: AUTO
|
||||
# Prerelease
|
||||
prerelease: true
|
||||
|
Loading…
Reference in a new issue