Skip to content

Commit

Permalink
Rename a job
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Jul 6, 2021
1 parent 604e33e commit ce8b109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
name: juliaup
path: build\juliaup

prepare-bundled-julia:
build-bundledjulia:
runs-on: windows-latest
strategy:
matrix:
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
path: build\juliaversions\${{matrix.platform.form1}}

build-msix:
needs: [build-launcher, build-juliaup, prepare-bundled-julia]
needs: [build-launcher, build-juliaup, build-bundledjulia]
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ce8b109

Please sign in to comment.