Skip to content

Commit

Permalink
Create test.yaml (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRowey authored Jun 11, 2024
1 parent 43f8d6b commit 7449f04
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Build Artifact
on: [workflow_dispatch]

jobs:
build:
name: Test action
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v4
with:
repository: fa-total-mayhem
- name: Upload Build
uses: actions/upload-artifact@v4
with:
name: fa-total-mayhem
path: build

0 comments on commit 7449f04

Please sign in to comment.