Fix missing directory in artifact creation.

This commit is contained in:
Bastien Wirtz 2020-05-31 00:00:31 -07:00
parent 5fa6b6cfa6
commit c712d7c780

View File

@ -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