Skip to content

Commit

Permalink
Fix missing directory in artifact creation.
Browse files Browse the repository at this point in the history
  • Loading branch information
bastienwirtz committed May 31, 2020
1 parent 5fa6b6c commit c712d7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
run: |
yarn install
yarn build
zip --junk-paths homer dist/*
- name: Create artifact
working-directory: "dist"
run: zip -r ../homer.zip ./*
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit c712d7c

Please sign in to comment.