Skip to content

Commit

Permalink
added github actions publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
savaughn committed Sep 23, 2023
1 parent 0414b3a commit 44126eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
run: |
make all
- name: Publish Build Artifacts
uses: actions/upload-artifact@v3
with:
name: pokeromtrader-artifacts # Specify a name for your artifacts
path: build/macos # Specify the directory containing your build artifacts

- name: Clean Up
run: |
make clean

0 comments on commit 44126eb

Please sign in to comment.