Fix package name issue with upload artifact version 4
This commit is contained in:
@@ -69,10 +69,8 @@ jobs:
|
|||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: novelWriter-Packages
|
name: AppImage-${{ matrix.python-version }}-${{ matrix.linux-tag }}
|
||||||
path: |
|
path: dist_appimage
|
||||||
dist_appimage/novelWriter*.AppImage
|
|
||||||
dist_appimage/novelWriter*.AppImage.sha256
|
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
@@ -95,9 +93,7 @@ jobs:
|
|||||||
- name: Upload DMG
|
- name: Upload DMG
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: novelWriter-Packages
|
name: MacOS-DMG
|
||||||
path: |
|
path: dist_macos
|
||||||
dist_macos/novelWriter*.dmg
|
|
||||||
dist_macos/novelWriter*.dmg.sha256
|
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user