File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939 - os : windows-latest
4040 target : win-x86
4141 id : windows-x86
42- - os : windows-latest
42+ - os : windows-11-arm
4343 target : win-arm64
4444 id : windows-arm64
4545
@@ -57,15 +57,15 @@ jobs:
5757 - name : Publish
5858 run : dotnet publish -c Release -r ${{matrix.target}} -o ${{github.workspace}}/publish/${{matrix.target}}
5959 - name : Compress (Ubuntu)
60- if : matrix.os == 'ubuntu-latest'
60+ if : startsWith( matrix.os, 'ubuntu')
6161 run : |
6262 mkdir -p ${{github.workspace}}/artifacts
6363 cd ${{github.workspace}}/publish/${{matrix.target}}
6464 mv LineCount linecount
6565 tar -cjf ${{github.workspace}}/artifacts/linecount-v${{inputs.version}}-${{matrix.id}}.tar.xz linecount
6666 tar -czf ${{github.workspace}}/artifacts/linecount-v${{inputs.version}}-${{matrix.id}}.tar.gz linecount
6767 - name : Compress (Windows)
68- if : matrix.os == 'windows-latest'
68+ if : startsWith( matrix.os, 'windows')
6969 shell : pwsh
7070 run : |
7171 New-Item -Type Directory -Path ${{github.workspace}}/artifacts -Force
You can’t perform that action at this time.
0 commit comments