Upload artifact

This commit is contained in:
Sapphire
2025-12-12 22:54:00 +00:00
committed by futile
parent 27eeb48044
commit f1f71e7533
+6 -1
View File
@@ -14,8 +14,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
run: cargo build --release --verbose
- name: Check formatting
run: cargo fmt --check
- name: Clippy
run: cargo clippy
- name: Upload
uses: actions/upload-artifact@v6
with:
name: gta-tools
path: target/release/gta-tools.exe