Update .gitea/workflows/release.yml
Some checks failed
/ release (push) Failing after 4s

This commit is contained in:
Benjamyn Love 2025-03-20 18:30:44 -04:00
parent fe4b52f129
commit 596df1de6b

View File

@ -7,12 +7,10 @@ on:
jobs:
release:
name: release ${{ matrix.target }}
name: release
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
target: [x86_64-unknown-linux-gnu]
steps:
- uses: actions/checkout@master
- name: Install deps