mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-06-13 21:54:13 +08:00
Update debug.yml
Signed-off-by: fans <94341379+marsfans@users.noreply.github.com>
This commit is contained in:
parent
b079bd3a8f
commit
6dd800422f
10
.github/workflows/debug.yml
vendored
10
.github/workflows/debug.yml
vendored
@ -193,8 +193,16 @@ jobs:
|
||||
- name: Build
|
||||
id: build
|
||||
run: make
|
||||
- name: Get tag
|
||||
id: tag
|
||||
uses: dawidd6/action-get-tag@v1
|
||||
with:
|
||||
# Optionally strip `v` prefix
|
||||
strip_v: true
|
||||
- name: Use tag
|
||||
run: echo ${{steps.tag.outputs.tag}}
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: sing-box-${{ matrix.name }}
|
||||
name: sing-box-${{ matrix.name }}-${{steps.tag.outputs.tag}}
|
||||
path: sing-box*
|
||||
|
Loading…
x
Reference in New Issue
Block a user