diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 616c3d2..9d01df0 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -45,7 +45,7 @@ jobs: apt update -y apt install -y zip - - run: zip -r ./fvtt-adventures-with-emmy.zip system.json adventures-with-emmy.mjs css/ lang/ module/ assets/ templates/ styles/ gulpfile.js package.json + - run: zip -r ./fvtt-adventures-with-emmy.zip system.json adventures-with-emmy.mjs css/ lang/ module/ assets/ templates/ styles/ - name: setup go uses: https://github.com/actions/setup-go@v4