removed artifact uploading

This commit is contained in:
DJ2LS 2022-11-25 17:01:24 +01:00
parent cb2d9907c8
commit 48781ba208
1 changed files with 14 additions and 14 deletions

View File

@ -420,18 +420,18 @@ jobs:
- name: LIST ALL FILES
run: ls -R
- name: Upload TNC artifacts
uses: actions/upload-artifact@v3
if: ${{!startsWith(github.ref, 'refs/tags/v')}}
with:
name: ${{ matrix.zip_name }}.zip
# path: ./tnc/dist/tnc/${{ matrix.zip_name }}.zip
path: ./tnc/dist/tnc/${{ matrix.zip_name }}.zip
#- name: Upload TNC artifacts
# uses: actions/upload-artifact@v3
# if: ${{!startsWith(github.ref, 'refs/tags/v')}}
# with:
# name: ${{ matrix.zip_name }}.zip
# # path: ./tnc/dist/tnc/${{ matrix.zip_name }}.zip
# path: ./tnc/dist/tnc/${{ matrix.zip_name }}.zip#
- name: Upload App bundle artifacts
uses: actions/upload-artifact@v3
if: ${{!startsWith(github.ref, 'refs/tags/v')}}
with:
name: app_bundle_${{ matrix.os }}.zip
# path: ./tnc/dist/tnc/${{ matrix.zip_name }}.zip
path: ./gui/dist/*
#- name: Upload App bundle artifacts
# uses: actions/upload-artifact@v3
# if: ${{!startsWith(github.ref, 'refs/tags/v')}}
# with:
# name: app_bundle_${{ matrix.os }}.zip
# # path: ./tnc/dist/tnc/${{ matrix.zip_name }}.zip
# path: ./gui/dist/*