From 839066bf841b9c3e3ea41adcc7deac7359a0ae03 Mon Sep 17 00:00:00 2001 From: Lord-Giganticus <70081529+Lord-Giganticus@users.noreply.github.com> Date: Sun, 28 Jan 2024 13:32:48 -0600 Subject: [PATCH] lets try this --- .github/workflows/build.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 97eac9f..14ca8d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,12 +22,7 @@ jobs: - shell: cmd working-directory: dist run: 7z a ${{github.workspace}}\\Whitehole-Neo.zip *.* -r - - uses: "marvinpinto/action-automatic-releases@latest" - if: ${{ github.event_name == 'push' }} + - uses: actions/upload-artifact@v4 with: - repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: "Auto" - prerelease: true - title: "Auto Build" - files: | - *.zip \ No newline at end of file + name: build + path: Whitehole-Neo.zip \ No newline at end of file