Skip to content

Commit

Permalink
[add] "bundle samples" workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
begla committed Jan 24, 2024
1 parent 2feeb49 commit 65a5685
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/bundle_samples.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: bundle_samples
on: [push]
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout repository"
uses: actions/checkout@v3
with:
submodules: true
- name : "Bundle samples"
uses: actions/upload-artifact@v3
with:
name: samples
path: |
iolite_samples

0 comments on commit 65a5685

Please sign in to comment.