Skip to content

Commit

Permalink
wasted step
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Jun 30, 2024
1 parent 92d8803 commit 28424bc
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- created

jobs:
build:
build-and-release:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 28424bc

Please sign in to comment.