]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - .github/workflows/main.yml
Fix missing directory in artifact creation.
[github/bastienwirtz/homer.git] / .github / workflows / main.yml
index 792fe59d2c794909d4910eeeceabfe9153a0db29..fa346b3ded164b24bc379abcc0f1edfff881adf3 100644 (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