Skip to content

Commit

Permalink
Merge all jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaklin committed Sep 19, 2024
1 parent b651fac commit 109b176
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/make_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ env:
CARGO_TERM_COLOR: always

jobs:
download-prebuilt-artifacts:
name: Download artifacts from build_artifacts.yml
create-release:
name: Create and publish release
runs-on: ubuntu-latest

steps:
Expand All @@ -22,12 +22,6 @@ jobs:
workflow: build_artifacts.yml
workflow_conclusion: success

create-release:
name: Create release files
runs-on: ubuntu-latest
needs: download-prebuilt-artifacts

steps:
- name: Organise files
shell: bash
run: |
Expand All @@ -49,12 +43,6 @@ jobs:
mv sablast-candidate-x86_64-apple-darwin.tar.gz sablast-${{ github.ref_name }}-x86_64-apple-darwin.tar.gz
mv sablast-candidate-aarch64-apple-darwin.tar.gz sablast-${{ github.ref_name }}-aarch64-apple-darwin.tar.gz
publish-release:
name: Publish release files
runs-on: ubuntu-latest
needs: create-release

steps:
- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%d %B %Y')
Expand Down

0 comments on commit 109b176

Please sign in to comment.