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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkBrines committed Jan 5, 2024
2 parents 841651a + 21d2d46 commit 530b787
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: Build

on:
push:
branches:
- main
workflow_dispatch:

jobs:
build:
name: "Make distribuables"
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -26,3 +25,12 @@ jobs:

- name: Build app
run: yarn run make

- name: Upload a Build Artifact
uses: actions/[email protected]
with:
# Artifact name
name: "{{ matrix.os }}-artifacts"
# A file, directory or wildcard pattern that describes what to upload
path: out/make/
if-no-files-found: error

0 comments on commit 530b787

Please sign in to comment.