Put all build assets in a single zip file
This commit is contained in:
@@ -57,13 +57,6 @@ jobs:
|
|||||||
- name: Checkout Source
|
- name: Checkout Source
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Get Version
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
NW_VER=$(python setup.py version)
|
|
||||||
echo "novelWriter Version: $NW_VER"
|
|
||||||
echo "VERSION=$NW_VER" >> $GITHUB_ENV
|
|
||||||
|
|
||||||
- name: Download Artifacts
|
- name: Download Artifacts
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
@@ -76,7 +69,7 @@ jobs:
|
|||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: novelWriter-${{ env.VERSION }}-py${{ matrix.python-version }}-${{ matrix.linux-tag }}.AppImage
|
name: novelWriter-Packages
|
||||||
path: |
|
path: |
|
||||||
dist_appimage/novelWriter*.AppImage
|
dist_appimage/novelWriter*.AppImage
|
||||||
dist_appimage/novelWriter*.AppImage.sha256
|
dist_appimage/novelWriter*.AppImage.sha256
|
||||||
@@ -90,13 +83,6 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Get Version
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
NW_VER=$(python3 setup.py version)
|
|
||||||
echo "novelWriter Version: $NW_VER"
|
|
||||||
echo "VERSION=$NW_VER" >> $GITHUB_ENV
|
|
||||||
|
|
||||||
- name: Download Artifacts
|
- name: Download Artifacts
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
@@ -109,7 +95,7 @@ jobs:
|
|||||||
- name: Upload DMG
|
- name: Upload DMG
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: novelWriter-${{ env.VERSION }}.dmg
|
name: novelWriter-Packages
|
||||||
path: |
|
path: |
|
||||||
dist_macos/novelWriter*.dmg
|
dist_macos/novelWriter*.dmg
|
||||||
dist_macos/novelWriter*.dmg.sha256
|
dist_macos/novelWriter*.dmg.sha256
|
||||||
|
|||||||
Reference in New Issue
Block a user