removed artifact uploading

This commit is contained in:
DJ2LS 2022-11-25 17:01:24 +01:00
parent cb2d9907c8
commit 48781ba208

View file

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