Skip to content

Commit

Permalink
update github actions steps
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfloogle authored Dec 15, 2024
1 parent 0f5767c commit 8e0abf7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
target: i686-pc-windows-msvc
toolchain: stable
components: rust-src
- name: Build
run: cargo build --release --verbose
run: cargo build --release --verbose --target=i686-win7-windows-msvc

- name: Move artifact
run: move .\target\i686-pc-windows-msvc\release\gm82live.dll gm82live.dll
Expand All @@ -34,7 +33,7 @@ jobs:
run: python gm82gex.py ${{github.workspace}}/gm82live.gej --noinstall

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: gm82live
path: gm82live.gex

0 comments on commit 8e0abf7

Please sign in to comment.