diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5955f413..7447705b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: run: | mkdir flypie@schneegans.github.com mv common daemon presets resources schemas settings flypie@schneegans.github.com - mv *.js README.md LICENSE flypie@schneegans.github.com + mv *.js metadata.json README.md LICENSE flypie@schneegans.github.com zip -r flypie@schneegans.github.com.zip flypie@schneegans.github.com - name: Upload Release uses: svenstaro/upload-release-action@v1-release