diff --git a/.github/workflows/rls.yml b/.github/workflows/rls.yml index 04b7357..75216de 100644 --- a/.github/workflows/rls.yml +++ b/.github/workflows/rls.yml @@ -11,9 +11,7 @@ jobs: - name: Writing the variables run: cat ./module.prop | tee -a "$GITHUB_ENV" - name: Compressing - run: | - zip -rv9 ./abootloop.zip ./* -x ./.git ./.github ./README.md \ - ./update.json ./changelog.md + run: zip -rv9 ./abootloop.zip ./* -x ./.git ./.github ./README.md ./update.json ./changelog.md - name: Releasing env: GH_TOKEN: ${{ github.token }}