Skip to content

Reffect v0.3.4 (alpha) #13

Reffect v0.3.4 (alpha)

Reffect v0.3.4 (alpha) #13

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: reffect
path: |
target/release/reffect.dll
target/release/reffect.pdb
- uses: softprops/action-gh-release@v1
with:
files: |
target/release/reffect.dll
target/release/reffect.pdb