github action hotfix attempt

This commit is contained in:
DJ2LS 2022-11-25 16:03:22 +01:00
parent a322e949c0
commit 1588031bfa

View file

@ -422,7 +422,7 @@ jobs:
- name: Upload TNC artifacts
uses: actions/upload-artifact@v3
if: ${{!startsWith(github.ref, 'refs/tags/v')}}
if: !startsWith(github.ref, 'refs/tags/v')
with:
name: ${{ matrix.zip_name }}.zip
# path: ./tnc/dist/tnc/${{ matrix.zip_name }}.zip
@ -436,7 +436,7 @@ jobs:
- name: Upload App bundle artifacts
uses: actions/upload-artifact@v3
if: ${{!startsWith(github.ref, 'refs/tags/v')}}
if: !startsWith(github.ref, 'refs/tags/v')
with:
name: app_bundle_${{ matrix.os }}.zip
# path: ./tnc/dist/tnc/${{ matrix.zip_name }}.zip