Skip to content

Commit

Permalink
[ci] override example llvm dest with /tmp/seal5_llvm.tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Mar 29, 2024
1 parent ba139c4 commit bd2afb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
- name: Run the demo
run: |
source .venv/bin/activate
VERBOSE=${{ github.event.inputs.verbose }} FAST=${{ github.event.inputs.fast }} BUILD_CONFIG=${{ github.event.inputs.build_config }} python examples/${{ github.event.inputs.script }}
VERBOSE=${{ github.event.inputs.verbose }} FAST=${{ github.event.inputs.fast }} BUILD_CONFIG=${{ github.event.inputs.build_config }} DEST=/tmp/seal5_llvm python examples/${{ github.event.inputs.script }}
- uses: actions/upload-artifact@v4
with:
name: demo-export
path: /tmp/seal5_llvm_demo.tar.gz
path: /tmp/seal5_llvm.tar.gz

0 comments on commit bd2afb2

Please sign in to comment.