Skip to content

Commit

Permalink
build _then_ upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Mar 8, 2024
1 parent 8e20bc5 commit a7614a0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/reusable_build_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@ jobs:
--channel ${{ inputs.CHANNEL }} \
example_data
- name: Upload assets
uses: actions/upload-artifact@v3
with:
name: example_data
path: example_data

- name: Build snippets
shell: bash
run: |
pixi run build-examples snippets \
example_data/snippets
- name: Upload assets
uses: actions/upload-artifact@v3
with:
name: example_data
path: example_data

0 comments on commit a7614a0

Please sign in to comment.