mirror of https://github.com/bastienwirtz/homer
parent
5fa6b6cfa6
commit
c712d7c780
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue