Skip to content

Commit

Permalink
Upload result from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Dillonb committed Aug 18, 2024
1 parent 0c90bdc commit 49064d8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,12 @@ jobs:
- uses: DeterminateSystems/flake-checker-action@main
- name: Run `nix build`
run: nix build .
- name: Collect files
run: |
mkdir upload
cp ./result/rsp-ruination.z64 upload
- name: Upload files
uses: actions/upload-artifact@master
with:
name: rsp-ruination
path: upload

0 comments on commit 49064d8

Please sign in to comment.