Update debug.yml

Signed-off-by: fans <94341379+marsfans@users.noreply.github.com>
This commit is contained in:
fans 2023-05-04 08:32:38 +08:00 committed by GitHub
parent b079bd3a8f
commit 6dd800422f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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*