Separate ubuntu names
This commit is contained in:
parent
062b7d4fe0
commit
2f91b474f8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/default.yml
vendored
4
.github/workflows/default.yml
vendored
|
|
@ -113,14 +113,14 @@ jobs:
|
|||
- name: Deploy bin
|
||||
uses: actions/upload-artifact@v2.0.1
|
||||
with:
|
||||
name: ${{ env.PROJ_PATH }}_${{ env.VER }}-Ubuntu
|
||||
name: ${{ env.PROJ_PATH }}_${{ env.VER }}-${{ matrix.os }}-bin
|
||||
path: |
|
||||
${{ env.PROJ_MOD }}-bin
|
||||
|
||||
- name: Deploy deb
|
||||
uses: actions/upload-artifact@v2.0.1
|
||||
with:
|
||||
name: ${{ env.PROJ_PATH }}_${{ env.VER }}-Ubuntu
|
||||
name: ${{ env.PROJ_PATH }}_${{ env.VER }}-${{ matrix.os }}-deb
|
||||
path: |
|
||||
${{ env.PROJ_PATH }}_*.deb
|
||||
# windows:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue