Separate ubuntu names

This commit is contained in:
Joey Yakimowich-Payne 2022-11-08 10:15:22 -07:00
commit 2f91b474f8

View file

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