mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-12 08:28:32 +02:00
chore: Use linux-gnu as target triple
This commit is contained in:
parent
09e01ae830
commit
dc28549ef6
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -12,4 +12,5 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
|
RUSTTARGET: x86_64_unknown_linux_gnu
|
||||||
EXTRA_FILES: "README.md LICENSE"
|
EXTRA_FILES: "README.md LICENSE"
|
||||||
|
|
Loading…
Reference in a new issue