diff options
| author | ruki <[email protected]> | 2025-01-16 23:10:31 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-01-16 23:10:31 +0800 |
| commit | f1eae451650414b6b1f3ebb69fc6d9614f378ecd (patch) | |
| tree | 505eb4926f5b1f81521d12d97790188ee5c956c3 | |
| parent | d8e630b6f19c7383d19329deea69ca06891f4bc5 (diff) | |
Update cosmocc.yml
| -rw-r--r-- | .github/workflows/cosmocc.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cosmocc.yml b/.github/workflows/cosmocc.yml index 30d68d07c..f0e0ce479 100644 --- a/.github/workflows/cosmocc.yml +++ b/.github/workflows/cosmocc.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }} concurrency: - group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-Cosmocc-${{ matrix.arch }} + group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-Cosmocc-Linux-${{ matrix.arch }} cancel-in-progress: true steps: @@ -59,4 +59,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: xmake-cosmocc - path: core/build/xmake
\ No newline at end of file + path: core/build/xmake |
