From 617425f28ca27f5c1c9881b7df2ff4cc6f8fba66 Mon Sep 17 00:00:00 2001 From: realkarmakun <20980281+realkarmakun@users.noreply.github.com> Date: Sat, 13 Jul 2024 21:44:46 +0600 Subject: [PATCH] ci/cd: Attempting automatic release --- .github/workflows/build.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 19c3100..e6251ce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,15 +45,10 @@ jobs: - name: Upload run: mv "target/${{ matrix.target }}/release/pterocli" "output/pterocli_${{ matrix.target }}" || mv "target/${{ matrix.target }}/release/pterocli.exe" "output/pterocli_${{ matrix.target }}.exe" - with: - name: pterocli-${{ matrix.target }} - path: | - target/${{ matrix.target }}/release/pterocli.exe - target/${{ matrix.target }}/release/pterocli - - name: Release uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: + prerelease: true files: | output/pterocli* \ No newline at end of file