Skip to content

Commit

Permalink
💚 Add name and path to artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
toridoriv committed Oct 23, 2023
1 parent b793aa6 commit ca58cbf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ jobs:
run: deno task cache:prod
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: app
path: ./
with:
path: ${{ env.DENO_DIR }}

0 comments on commit ca58cbf

Please sign in to comment.