Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
dankmeme01 committed Nov 22, 2024
1 parent 3b4dd90 commit f7b2108
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ on:

jobs:
build:
name: Build Globed server
runs-on: ${{ matrix.os }}
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
include:
Expand Down

0 comments on commit f7b2108

Please sign in to comment.