diff --git a/.github/workflows/build-configurator.yml b/.github/workflows/build-configurator.yml index b724ea40..6a5b3e5f 100644 --- a/.github/workflows/build-configurator.yml +++ b/.github/workflows/build-configurator.yml @@ -16,6 +16,7 @@ jobs: runs-on: ubuntu-latest steps: + - name: checkout - uses: actions/checkout@v4 - name : exportGame uses: firebelley/godot-export@v5.2.1 @@ -31,10 +32,10 @@ jobs: # This release action has worked well for me. However, you can most likely use any release action of your choosing. # https://github.com/ncipollo/release-action - - name: create release - uses: ncipollo/release-action@v1.12.0 - with: - token: ${{ secrets.GITHUB_TOKEN }} - generateReleaseNotes: true - tag: ${{ github.ref_name }} - artifacts: ${{ steps.export.outputs.archive_directory }}/* \ No newline at end of file + - name: create release + uses: ncipollo/release-action@v1.12.0 + with: + token: ${{ secrets.GITHUB_TOKEN }} + generateReleaseNotes: true + tag: ${{ github.ref_name }} + artifacts: ${{ steps.export.outputs.archive_directory }}/* \ No newline at end of file