diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index b84d52f8..ab112c37 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -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*