diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 1eb0c18..61b9f8c 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -55,6 +55,13 @@ jobs: username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_TOKEN }} + - name: Package and push Factorio mod + uses: https://git.sebse.de/sebse/actions/factorio-mod-push@main + with: + mod-folder: ./plugin + version: ${{ steps.version.outputs.version }} + factorio-token: ${{ secrets.FACTORIO_TOKEN }} + - name: Deploy to prod uses: https://git.sebse.de/sebse/actions/helm-deploy@main with: diff --git a/plugin/README.md b/plugin/README.md new file mode 100644 index 0000000..e6ceb0a --- /dev/null +++ b/plugin/README.md @@ -0,0 +1,3 @@ +# Signal Exporter + +Provides a custom combinator that reads both connected circuit and logistic networks, writing the data to a JSON file.