From 28424bcc229161f9c4aefa71ff197061c40be6fd Mon Sep 17 00:00:00 2001 From: Benjamin Eckel Date: Sun, 30 Jun 2024 12:00:13 -0500 Subject: [PATCH] wasted step --- .github/workflows/release.yml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f40f314..83f14ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: - created jobs: - build: + build-and-release: runs-on: ubuntu-latest steps: @@ -35,26 +35,6 @@ jobs: - name: Run bundle script run: ./bundle.sh - - name: Upload bundle.zip as a build artifact - uses: actions/upload-artifact@v2 - with: - name: bundle - path: bundle.zip - - upload-release-asset: - needs: build - runs-on: ubuntu-latest - - steps: - - name: Checkout repository - uses: actions/checkout@v2 - - - name: Download artifact - uses: actions/download-artifact@v2 - with: - name: bundle - path: . - - name: Upload release asset uses: actions/upload-release-asset@v1 env: