Skip to content

Commit 7730b5f

Browse files
authored
Upload artifact
1 parent 6a170c6 commit 7730b5f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,13 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Build
17-
run: cargo build --verbose
17+
run: cargo build --release --verbose
1818
- name: Check formatting
1919
run: cargo fmt --check
2020
- name: Clippy
2121
run: cargo clippy
22+
- name: Upload
23+
uses: actions/upload-artifact@v6
24+
with:
25+
name: gta-tools
26+
path: target/release/gta-tools.exe

0 commit comments

Comments
 (0)