Fix build action artifact upload

This commit is contained in:
Veronica Berglyd Olsen
2023-05-02 12:52:22 +02:00
parent 0ae42ef876
commit 7159a07f91
+1 -1
View File
@@ -77,7 +77,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: novelWriter-${{ env.VERSION }}-py${{ matrix.python-version }}-${{ matrix.linux-tag }}.AppImage
path: dist_appimage/novelWriter-${{ env.VERSION }}-py${{ matrix.python-version }}-${{ matrix.linux-tag }}.AppImage
path: dist_appimage/*.AppImage
if-no-files-found: error
retention-days: 1