Skip to content

Commit

Permalink
revert release order
Browse files Browse the repository at this point in the history
  • Loading branch information
freekode committed Mar 24, 2024
1 parent 154316a commit e78187c
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,7 @@ on:
workflow_dispatch:

jobs:
electron:
strategy:
matrix:
environment:
- os: ubuntu-latest
- os: macos-latest
- os: windows-latest

uses: ./.github/workflows/build-electron.yml
secrets: inherit
with:
os: ${{ matrix.environment.os }}
dry-run: false

jar:
needs:
- electron
uses: ./.github/workflows/build-jar.yml
secrets: inherit
with:
Expand All @@ -40,3 +24,19 @@ jobs:
jar-artifact-name: tp2intervals-jar
image-name: tp2intervals
dry-run: false

electron:
needs:
- jar
strategy:
matrix:
environment:
- os: ubuntu-latest
- os: macos-latest
- os: windows-latest

uses: ./.github/workflows/build-electron.yml
secrets: inherit
with:
os: ${{ matrix.environment.os }}
dry-run: false

0 comments on commit e78187c

Please sign in to comment.