Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/houby-studio/jokkit
Browse files Browse the repository at this point in the history
  • Loading branch information
megastary committed Apr 23, 2023
2 parents 9af8fb5 + 3bf2ee6 commit 13b0775
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
build:

runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
Expand All @@ -26,3 +26,11 @@ jobs:
- name: Run tests
run: cargo test --verbose
working-directory: backend
- name: Build release
run: cargo build --release
working-directory: backend
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: jokkit-backend
path: /backend/target/release/jokkit-backend.exe

0 comments on commit 13b0775

Please sign in to comment.