diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml new file mode 100644 index 0000000..7b2f4c3 --- /dev/null +++ b/.gitea/workflows/release.yml @@ -0,0 +1,23 @@ +name: release +on: + push: + tags: + - 'v*' +jobs: + release: + runs-on: ubuntu-latest + steps: + - name: chackout + uses: actions/checkout@v4 + - name: generate zip + run: | + ./zip.sh + - name: setup go + uses: https://github.com/actions/setup-go@v4 + with: + go-version: '>=1.20.1' + - name: release + uses: https://gitea.com/actions/release-action@main + with: + files: FReenen.zip + api_key: '${{secrets.RELEASE_TOKEN}}' \ No newline at end of file diff --git a/FReenen.zip b/FReenen.zip index 645d661..fbb8e12 100644 Binary files a/FReenen.zip and b/FReenen.zip differ diff --git a/vendor_indices.zip b/vendor_indices.zip index cdb6963..fcbd783 100644 Binary files a/vendor_indices.zip and b/vendor_indices.zip differ