Skip to content

Buddy v0.6.3

Buddy v0.6.3 #10

Workflow file for this run

name: Release
on:
workflow_dispatch:
release:
types: [published]
jobs:
release:
name: Release
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-pc-windows-msvc
- run: cargo build --release
- uses: actions/upload-artifact@v3
with:
name: arcdps_buddy
path: target/release/arcdps_buddy.dll
- uses: softprops/action-gh-release@v1
with:
files: target/release/arcdps_buddy.dll