diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-08-24 23:40:34 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-08-24 23:40:34 +0000 |
commit | d742de6f4bcafc9a344dc3825b19cc9263c94cea (patch) | |
tree | 35990e961cad914f30ae2050d3cd39162ab2a9bd /.github/workflows/publish.yml | |
parent | Try to fix file names on Windows (diff) | |
download | miniserve-d742de6f4bcafc9a344dc3825b19cc9263c94cea.tar.gz miniserve-d742de6f4bcafc9a344dc3825b19cc9263c94cea.zip |
Remove duplicated identifiers
Diffstat (limited to '')
-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 c965661..44e66df 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,7 +7,7 @@ on: jobs: publish: - name: Publish on ${{ matrix.os }} for ${{ matrix.target }} + name: ${{ matrix.os }} for ${{ matrix.target }} runs-on: ${{ matrix.os }} strategy: matrix: |