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

Commit

Permalink
Add a thing
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbeattie committed Jul 15, 2024
1 parent 02d4c43 commit 8287987
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/01-build-and-test-rockstar-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- 'Starship/**'
- '.github/workflows/**'
workflow_dispatch:
workflow_call:

jobs:
# Build job
Expand All @@ -19,7 +20,7 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.x'
include-prerelease: true

- name: Install .NET WASM workloads
working-directory: ./Starship
run: dotnet workload restore
Expand All @@ -42,6 +43,7 @@ jobs:
name: rockstar_wasm
path: |
rockstar_wasm/wwwroot/_framework
- name: Upload WASM engine
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 8287987

Please sign in to comment.