Skip to content

Commit

Permalink
final fix for real
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfloogle committed Dec 15, 2024
1 parent e405de9 commit e690838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: cargo build -Zbuild-std --release --verbose --target=i686-win7-windows-msvc

- name: Move artifact
run: move .\target\i686-pc-windows-msvc\release\gm82live.dll gm82live.dll
run: move .\target\i686-win7-windows-msvc\release\gm82live.dll gm82live.dll

- name: Download gm82gex
run: curl https://raw.githubusercontent.com/GM82Project/gm82gex/main/gm82gex.py -o gm82gex.py
Expand Down

0 comments on commit e690838

Please sign in to comment.