mirror of
https://github.com/redstrate/LauncherTweaks.git
synced 2025-05-20 17:37:46 +00:00
Package DLL and put up as artifact
This commit is contained in:
parent
5374395d81
commit
7451da175b
1 changed files with 9 additions and 0 deletions
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
|
@ -33,3 +33,12 @@ jobs:
|
||||||
run: cargo build --verbose --release --target x86_64-pc-windows-gnu
|
run: cargo build --verbose --release --target x86_64-pc-windows-gnu
|
||||||
- name: Run clippy
|
- name: Run clippy
|
||||||
run: cargo clippy --target x86_64-pc-windows-gnu
|
run: cargo clippy --target x86_64-pc-windows-gnu
|
||||||
|
- name: Archive artifacts
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: LauncherTweaks
|
||||||
|
path: |
|
||||||
|
LICENSE
|
||||||
|
README.md
|
||||||
|
target/x86_64-pc-windows-gnu/release/version.dll
|
||||||
|
if-no-files-found: error
|
||||||
|
|
Loading…
Add table
Reference in a new issue