Skip to content

Commit

Permalink
构建显示渠道,不然我会忘
Browse files Browse the repository at this point in the history
  • Loading branch information
zetaloop committed Sep 15, 2024
1 parent ec77afc commit 6e9c822
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:
- name: Ensure a clean working directory
run: git diff --name-status --exit-code
build:
name: ${{ matrix.friendlyName }} ${{ matrix.arch }}
name:
${{ matrix.friendlyName }} ${{ matrix.arch }} ${{ inputs.environment }}
runs-on: ${{ matrix.os }}
permissions:
contents: read
Expand Down

0 comments on commit 6e9c822

Please sign in to comment.