diff --git a/.github/workflows/godot-asset-library.yaml b/.github/workflows/godot-asset-library.yaml deleted file mode 100644 index ab50375..0000000 --- a/.github/workflows/godot-asset-library.yaml +++ /dev/null @@ -1,26 +0,0 @@ -on: - release: - types: - - published - -# Cancel any ongoing previous run if the job is re-triggered -concurrency: - group: ${{ github.workflow }} - cancel-in-progress: true - -name: Push to Godot Asset Library - -jobs: - publish: - runs-on: ubuntu-latest - name: Push new release - steps: - - name: Checkout - uses: actions/checkout@v7 - - name: Push to Godot Asset Library - uses: deep-entertainment/godot-asset-lib-action@v0.6.0 - with: - username: ${{ secrets.GODOT_ASSET_LIBRARY_USERNAME }} - password: ${{ secrets.GODOT_ASSET_LIBRARY_PASSWORD }} - assetId: 3371 - assetTemplate: asset-template.json.hb diff --git a/asset-template.json.hb b/asset-template.json.hb deleted file mode 100644 index c2e6026..0000000 --- a/asset-template.json.hb +++ /dev/null @@ -1,14 +0,0 @@ -{ - "title": "Moddable Platformer", - "description": "This mini moddable game project by Endless Access is intended to help ease the learning curve into Godot.\n\nThis sample project allows learners to engage with game creation concepts, applying various modifications to the game itself, all without reading or writing any code.\n\nThe doc/MODS.md file details the mods that have been made available.", - "category_id": "9", - "godot_version": "4.7", - "version_string": "{{ context.release.name }}", - "cost": "MIT", - "support_level": "community", - "download_provider": "GitHub", - "download_commit": "{{ env.GITHUB_SHA }}", - "browse_url": "{{ context.repository.html_url }}", - "issues_url": "{{ context.repository.html_url }}/issues", - "icon_url": "https://raw.githubusercontent.com/endlessm/moddable-platformer/{{ context.release.tag_name }}/icon.png" -}