Skip to content

Commit

Permalink
A single artifcat builder action
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonRolev committed Oct 7, 2024
1 parent 8e08ce5 commit b7c0732
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 23 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/artifact-os-build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
on:
workflow_call:
workflow_dispatch:
inputs:
runner:
description: 'One of: [ubuntu-latest, windows-latest]'
required: true
type: string
type: choice
options:
- ubuntu-latest
- windows-latest

jobs:
build_artifact:
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/build-linux-artifact.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .github/workflows/build-win32-artifact.yml

This file was deleted.

0 comments on commit b7c0732

Please sign in to comment.