Skip to content

Commit

Permalink
CI: added build, try 1
Browse files Browse the repository at this point in the history
  • Loading branch information
reinder authored Aug 19, 2024
1 parent b133cf9 commit 1b7dc44
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
jobs:
build:
name: Build
runs-on: ubuntu-latest
permissions:
contents: read

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Build
id: build
uses: samyarsadat/Pico-Build-Action@v1
with:
source_dir: ""

- name: Upload Build Artifacts
uses: actions/upload-artifact@v4
with:
name: workspace_artifacts
path: ${{steps.build.outputs.output_dir}}

0 comments on commit 1b7dc44

Please sign in to comment.