Skip to content

Commit

Permalink
docs: raname job
Browse files Browse the repository at this point in the history
  • Loading branch information
Omnikron13 committed May 27, 2024
1 parent 80af6cf commit 72dbc48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: nf-web

# Generate NerdFont fonts matrix ##
nf-generate-matrix:
nf-gen-matrix:
name: Generate NerdFont matrix
runs-on: ubuntu-latest
outputs:
Expand Down Expand Up @@ -65,13 +65,13 @@ jobs:

needs:
- nf-clear-artifact
- nf-generate-matrix
- nf-gen-matrix

runs-on: ubuntu-latest

strategy:
matrix:
archive: ${{ fromJSON(needs.nf-generate-matrix.outputs.matrix) }}
archive: ${{ fromJSON(needs.nf-gen-matrix.outputs.matrix) }}

steps:
- name: debug output matrix.archive
Expand Down

0 comments on commit 72dbc48

Please sign in to comment.