From 6f5ac4e4568859475fcde966078f26506a19ddfc Mon Sep 17 00:00:00 2001 From: Thomas Roque Date: Mon, 1 May 2023 14:27:08 +0200 Subject: [PATCH] Remove last edit --- .github/workflows/build.yml | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b3c67cba..f30807f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,26 +35,4 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: npm run dist - shell: bash - - - name: Create Release - id: create_release - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} - draft: true - prerelease: false - - - name: Upload Release Asset - id: upload-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: ./dist/*.exe - asset_name: BTCV-Launcher.exe - asset_content_type: application/x-msdownload + shell: bash \ No newline at end of file