From efdbacecea70cbfdb9e56d545f8e987a1a4e5ad1 Mon Sep 17 00:00:00 2001 From: monkeyx-net Date: Mon, 5 Aug 2024 18:49:47 +0100 Subject: [PATCH] On branch feat/godot-configurator Changes to be committed: modified: .github/workflows/build-configurator.yml --- .github/workflows/build-configurator.yml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/.github/workflows/build-configurator.yml b/.github/workflows/build-configurator.yml index 917dac2b..6c3aa282 100644 --- a/.github/workflows/build-configurator.yml +++ b/.github/workflows/build-configurator.yml @@ -35,22 +35,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: Godot Linux Configurator - path: /home/runner/work/linux.zip - - - 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 }}/* - - name: Upload Linux Release Asset - id: upload-linux-release-asset - uses: actions/upload-release-asset@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: linux.zip - asset_name: Godot_Linux.zip - asset_content_type: application/zip + path: /home/runner/work/linux.zip \ No newline at end of file