Delete .github/workflows/rust.yml

This commit is contained in:
valhrafnaz 2024-11-21 18:17:02 +01:00 committed by GitHub
parent 38548b86db
commit a71974b8f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,22 +0,0 @@
on:
release:
types: [created]
jobs:
release:
name: release ${{ matrix.target }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
target: [x86_64-pc-windows-gnu, x86_64-unknown-linux-musl]
steps:
- uses: actions/checkout@master
- name: Compile and release
uses: rust-build/rust-build.action@v1.4.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
RUSTTARGET: ${{ matrix.target }}
EXTRA_FILES: "README.md LICENSE"