1
Fork 0
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:
Joshua Goins 2025-04-20 10:00:08 -04:00
parent 5374395d81
commit 7451da175b

View file

@ -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