Skip to content

Commit

Permalink
[MINOR] Adding artifact upload in GitHub Actions again
Browse files Browse the repository at this point in the history
  • Loading branch information
corepointer committed Apr 3, 2023
1 parent f04599e commit a97b9a8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,11 @@ jobs:
- name: "Run a simple daph script"
run: bin/daphne scripts/examples/hello-world.daph

- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
with:
name: daphne
path: |
bin/
lib/

0 comments on commit a97b9a8

Please sign in to comment.