diff --git a/.codespellrc b/.codespellrc index 7dcdeff..4ad3435 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,4 +1,4 @@ [codespell] -skip = assets/**,addons/** +skip = assets/**,addons/**,LICENSES/** ignore-words-list = lod,LOD diff --git a/.github/actions/export-game/action.yml b/.github/actions/export-game/action.yml index c7c8887..1101503 100644 --- a/.github/actions/export-game/action.yml +++ b/.github/actions/export-game/action.yml @@ -8,7 +8,7 @@ inputs: description: The game platform. required: true type: choice - options: + options: - windows - linux - mac diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index acfeb9e..12a719c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: create_release: if: ${{ github.event.workflow_run.conclusion == 'success' }} runs-on: ubuntu-22.04 - + name: Create Release steps: - name: Create Draft release @@ -68,4 +68,4 @@ jobs: ITCH_GAME: marble ITCH_USER: mechanical-flower PACKAGE: dist/${{ matrix.platform }}/Marble-${{ matrix.platform }}-v$GITHUB_REF_NAME.zip - VERSION: $GITHUB_REF_NAME \ No newline at end of file + VERSION: $GITHUB_REF_NAME