Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Update autobuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PieKing1215 authored Aug 15, 2024
1 parent eaef7b4 commit 44d706d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- uses: actions/checkout@v4
- uses: benjlevesque/[email protected]
id: short-sha

- name: Setup
run: |
sudo apt-get install mingw-w64
- name: Setup Rust
run: rustup toolchain install nightly-x86_64-pc-windows-gnu --profile minimal

- name: Rustup show
run: rustup show
- uses: Swatinem/rust-cache@v2
with:
save-if: ${{ github.ref == 'refs/heads/master' }}

- name: Build
run: cargo build --release --verbose
Expand All @@ -30,5 +30,5 @@ jobs:
with:
name: "swMod-${{ steps.short-sha.outputs.sha }}"
path: |
target/release/swmod-inject.exe
target/release/swmod.dll
target/x86_64-pc-windows-gnu/release/swmod-inject.exe
target/x86_64-pc-windows-gnu/release/swmod.dll

0 comments on commit 44d706d

Please sign in to comment.