mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00:00
Fix missing directory in artifact creation.
This commit is contained in:
parent
5fa6b6cfa6
commit
c712d7c780
1 changed files with 3 additions and 1 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -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…
Add table
Add a link
Reference in a new issue