diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-07-23 01:16:42 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-07-23 01:16:42 +0000 |
commit | 3cbbedf54541254750392c0e7767edf0f6244250 (patch) | |
tree | b333ff1870d3dabf6c6b45d54fa38235f160dab4 | |
parent | Add README entry for new prebuilt architectures (diff) | |
download | miniserve-3cbbedf54541254750392c0e7767edf0f6244250.tar.gz miniserve-3cbbedf54541254750392c0e7767edf0f6244250.zip |
Fix publish job name
-rw-r--r-- | .github/workflows/publish.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cdd50cf..5ee61a0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,7 +7,7 @@ on: jobs: publish: - name: Test on ${{ matrix.os }} for ${{ matrix.target }} + name: Publish on ${{ matrix.os }} for ${{ matrix.target }} runs-on: ${{ matrix.os }} strategy: matrix: |