From 8f90f9c77b3b79318a00a36f2626681c30fedd48 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 6 Jan 2023 06:56:38 +0000 Subject: [PATCH] Updating workflow automation --- .github/workflows/4mlinux-antivirus.yml | 27 +++++++------------ .github/workflows/4mlinux-bakandimg.yml | 27 +++++++------------ .github/workflows/4mlinux-thesss.yml | 27 +++++++------------ .github/workflows/4mlinux.yml | 27 +++++++------------ .github/workflows/anarchy.yml | 27 +++++++------------ .github/workflows/archlinux-32.yml | 27 +++++++------------ .github/workflows/blackarch-installer.yml | 27 +++++++------------ .github/workflows/bluestar.yml | 27 +++++++------------ .github/workflows/breakin.yml | 27 +++++++------------ .github/workflows/dban.yml | 27 +++++++------------ .github/workflows/endeavouros.yml | 27 +++++++------------ .github/workflows/fatdog.yml | 27 +++++++------------ .github/workflows/garuda-cinnamon.yml | 27 +++++++------------ .../workflows/garuda-dr460nized-gaming.yml | 27 +++++++------------ .github/workflows/garuda-dr460nized.yml | 27 +++++++------------ .github/workflows/garuda-gnome.yml | 27 +++++++------------ .github/workflows/garuda-i3wm.yml | 27 +++++++------------ .github/workflows/garuda-lxqt-kwin.yml | 27 +++++++------------ .github/workflows/garuda-mate.yml | 27 +++++++------------ .github/workflows/garuda-qtile.yml | 27 +++++++------------ .github/workflows/garuda-sway.yml | 27 +++++++------------ .github/workflows/garuda-wayfire.yml | 27 +++++++------------ .github/workflows/garuda-xfce.yml | 27 +++++++------------ .github/workflows/gentoo-amd64.yml | 27 +++++++------------ .github/workflows/gentoo-arm64.yml | 27 +++++++------------ .github/workflows/gentoo-x86.yml | 27 +++++++------------ .github/workflows/harvester.yml | 27 +++++++------------ .github/workflows/hrmpf.yml | 27 +++++++------------ .github/workflows/kaspersky-rescue.yml | 27 +++++++------------ .github/workflows/memtest86-free.yml | 27 +++++++------------ .github/workflows/mfsbsd12.yml | 27 +++++++------------ .github/workflows/mfsbsd13.yml | 27 +++++++------------ .github/workflows/oracle-7.yml | 27 +++++++------------ .github/workflows/oracle-8.yml | 27 +++++++------------ .github/workflows/oracle-9-aarch64.yml | 27 +++++++------------ .github/workflows/oracle-9-x86_64.yml | 27 +++++++------------ .github/workflows/proxmox-backup-server.yml | 27 +++++++------------ .github/workflows/proxmox-mailgateway.yml | 27 +++++++------------ .github/workflows/proxmox-ve.yml | 27 +++++++------------ .github/workflows/redorescue.yml | 27 +++++++------------ .github/workflows/rescuezilla.yml | 27 +++++++------------ .github/workflows/shredos-i686.yml | 27 +++++++------------ .github/workflows/shredos-x86_64.yml | 27 +++++++------------ .github/workflows/systemrescue-amd64.yml | 27 +++++++------------ .github/workflows/tails.yml | 27 +++++++------------ .github/workflows/vmware-photon-aarch64.yml | 27 +++++++------------ .github/workflows/vmware-photon-x86_64.yml | 27 +++++++------------ .github/workflows/xcp-ng.yml | 27 +++++++------------ .github/workflows/zeninstall.yml | 27 +++++++------------ 49 files changed, 490 insertions(+), 833 deletions(-) diff --git a/.github/workflows/4mlinux-antivirus.yml b/.github/workflows/4mlinux-antivirus.yml index 8c205f8..4e8d7ba 100644 --- a/.github/workflows/4mlinux-antivirus.yml +++ b/.github/workflows/4mlinux-antivirus.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/4mlinux-bakandimg.yml b/.github/workflows/4mlinux-bakandimg.yml index a83d76e..f3dfeec 100644 --- a/.github/workflows/4mlinux-bakandimg.yml +++ b/.github/workflows/4mlinux-bakandimg.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/4mlinux-thesss.yml b/.github/workflows/4mlinux-thesss.yml index 0689908..5e1df7f 100644 --- a/.github/workflows/4mlinux-thesss.yml +++ b/.github/workflows/4mlinux-thesss.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/4mlinux.yml b/.github/workflows/4mlinux.yml index 3979fc2..7a3398e 100644 --- a/.github/workflows/4mlinux.yml +++ b/.github/workflows/4mlinux.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/anarchy.yml b/.github/workflows/anarchy.yml index 6900b3f..2cf8aba 100644 --- a/.github/workflows/anarchy.yml +++ b/.github/workflows/anarchy.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/archlinux-32.yml b/.github/workflows/archlinux-32.yml index 31c1808..e39c497 100644 --- a/.github/workflows/archlinux-32.yml +++ b/.github/workflows/archlinux-32.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/blackarch-installer.yml b/.github/workflows/blackarch-installer.yml index d225963..0dc97d5 100644 --- a/.github/workflows/blackarch-installer.yml +++ b/.github/workflows/blackarch-installer.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/bluestar.yml b/.github/workflows/bluestar.yml index 80fd47a..3d3d40f 100644 --- a/.github/workflows/bluestar.yml +++ b/.github/workflows/bluestar.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/breakin.yml b/.github/workflows/breakin.yml index 3b1fc57..78500f6 100644 --- a/.github/workflows/breakin.yml +++ b/.github/workflows/breakin.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/dban.yml b/.github/workflows/dban.yml index 2658ee2..f7b2f3f 100644 --- a/.github/workflows/dban.yml +++ b/.github/workflows/dban.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/endeavouros.yml b/.github/workflows/endeavouros.yml index 9e59be3..e3f4e43 100644 --- a/.github/workflows/endeavouros.yml +++ b/.github/workflows/endeavouros.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/fatdog.yml b/.github/workflows/fatdog.yml index 88fdb16..2ab8803 100644 --- a/.github/workflows/fatdog.yml +++ b/.github/workflows/fatdog.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/garuda-cinnamon.yml b/.github/workflows/garuda-cinnamon.yml index 731307b..e00cf15 100644 --- a/.github/workflows/garuda-cinnamon.yml +++ b/.github/workflows/garuda-cinnamon.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/garuda-dr460nized-gaming.yml b/.github/workflows/garuda-dr460nized-gaming.yml index fe0d082..e395963 100644 --- a/.github/workflows/garuda-dr460nized-gaming.yml +++ b/.github/workflows/garuda-dr460nized-gaming.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/garuda-dr460nized.yml b/.github/workflows/garuda-dr460nized.yml index 7f444d0..498e3c1 100644 --- a/.github/workflows/garuda-dr460nized.yml +++ b/.github/workflows/garuda-dr460nized.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/garuda-gnome.yml b/.github/workflows/garuda-gnome.yml index 79c6eac..aae4f53 100644 --- a/.github/workflows/garuda-gnome.yml +++ b/.github/workflows/garuda-gnome.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/garuda-i3wm.yml b/.github/workflows/garuda-i3wm.yml index 59aef8f..6d6353e 100644 --- a/.github/workflows/garuda-i3wm.yml +++ b/.github/workflows/garuda-i3wm.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/garuda-lxqt-kwin.yml b/.github/workflows/garuda-lxqt-kwin.yml index eac9ebb..f278497 100644 --- a/.github/workflows/garuda-lxqt-kwin.yml +++ b/.github/workflows/garuda-lxqt-kwin.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/garuda-mate.yml b/.github/workflows/garuda-mate.yml index 327aca1..69fdf8b 100644 --- a/.github/workflows/garuda-mate.yml +++ b/.github/workflows/garuda-mate.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/garuda-qtile.yml b/.github/workflows/garuda-qtile.yml index a4e7495..a5c5f64 100644 --- a/.github/workflows/garuda-qtile.yml +++ b/.github/workflows/garuda-qtile.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/garuda-sway.yml b/.github/workflows/garuda-sway.yml index 8c84164..2d40b19 100644 --- a/.github/workflows/garuda-sway.yml +++ b/.github/workflows/garuda-sway.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/garuda-wayfire.yml b/.github/workflows/garuda-wayfire.yml index 7492f6d..8064ea5 100644 --- a/.github/workflows/garuda-wayfire.yml +++ b/.github/workflows/garuda-wayfire.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/garuda-xfce.yml b/.github/workflows/garuda-xfce.yml index 3b7670d..b442ebb 100644 --- a/.github/workflows/garuda-xfce.yml +++ b/.github/workflows/garuda-xfce.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/gentoo-amd64.yml b/.github/workflows/gentoo-amd64.yml index 910c04f..400470d 100644 --- a/.github/workflows/gentoo-amd64.yml +++ b/.github/workflows/gentoo-amd64.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/gentoo-arm64.yml b/.github/workflows/gentoo-arm64.yml index c50c254..91460ce 100644 --- a/.github/workflows/gentoo-arm64.yml +++ b/.github/workflows/gentoo-arm64.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/gentoo-x86.yml b/.github/workflows/gentoo-x86.yml index 7f3a636..9a7eb4e 100644 --- a/.github/workflows/gentoo-x86.yml +++ b/.github/workflows/gentoo-x86.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/harvester.yml b/.github/workflows/harvester.yml index 247c807..77492c1 100644 --- a/.github/workflows/harvester.yml +++ b/.github/workflows/harvester.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/hrmpf.yml b/.github/workflows/hrmpf.yml index b0d2179..4764c23 100644 --- a/.github/workflows/hrmpf.yml +++ b/.github/workflows/hrmpf.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/kaspersky-rescue.yml b/.github/workflows/kaspersky-rescue.yml index 70b075d..1fc2489 100644 --- a/.github/workflows/kaspersky-rescue.yml +++ b/.github/workflows/kaspersky-rescue.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/memtest86-free.yml b/.github/workflows/memtest86-free.yml index 4ed9c47..afd4691 100644 --- a/.github/workflows/memtest86-free.yml +++ b/.github/workflows/memtest86-free.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/mfsbsd12.yml b/.github/workflows/mfsbsd12.yml index ef2d757..4e23924 100644 --- a/.github/workflows/mfsbsd12.yml +++ b/.github/workflows/mfsbsd12.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/mfsbsd13.yml b/.github/workflows/mfsbsd13.yml index 90341ef..cedb9ca 100644 --- a/.github/workflows/mfsbsd13.yml +++ b/.github/workflows/mfsbsd13.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/oracle-7.yml b/.github/workflows/oracle-7.yml index f33b314..eccd6be 100644 --- a/.github/workflows/oracle-7.yml +++ b/.github/workflows/oracle-7.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/oracle-8.yml b/.github/workflows/oracle-8.yml index f8be66d..3740898 100644 --- a/.github/workflows/oracle-8.yml +++ b/.github/workflows/oracle-8.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/oracle-9-aarch64.yml b/.github/workflows/oracle-9-aarch64.yml index 788a068..6446ba4 100644 --- a/.github/workflows/oracle-9-aarch64.yml +++ b/.github/workflows/oracle-9-aarch64.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/oracle-9-x86_64.yml b/.github/workflows/oracle-9-x86_64.yml index f09b65e..bcb3a82 100644 --- a/.github/workflows/oracle-9-x86_64.yml +++ b/.github/workflows/oracle-9-x86_64.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/proxmox-backup-server.yml b/.github/workflows/proxmox-backup-server.yml index 680b307..0216263 100644 --- a/.github/workflows/proxmox-backup-server.yml +++ b/.github/workflows/proxmox-backup-server.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/proxmox-mailgateway.yml b/.github/workflows/proxmox-mailgateway.yml index 57b675b..5ff4c58 100644 --- a/.github/workflows/proxmox-mailgateway.yml +++ b/.github/workflows/proxmox-mailgateway.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/proxmox-ve.yml b/.github/workflows/proxmox-ve.yml index 802ab64..d13b2d4 100644 --- a/.github/workflows/proxmox-ve.yml +++ b/.github/workflows/proxmox-ve.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/redorescue.yml b/.github/workflows/redorescue.yml index 04af5b4..83be8c9 100644 --- a/.github/workflows/redorescue.yml +++ b/.github/workflows/redorescue.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/rescuezilla.yml b/.github/workflows/rescuezilla.yml index 4937a9c..66907bb 100644 --- a/.github/workflows/rescuezilla.yml +++ b/.github/workflows/rescuezilla.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/shredos-i686.yml b/.github/workflows/shredos-i686.yml index dc961ff..e3fad80 100644 --- a/.github/workflows/shredos-i686.yml +++ b/.github/workflows/shredos-i686.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/shredos-x86_64.yml b/.github/workflows/shredos-x86_64.yml index 742d5ee..52ed811 100644 --- a/.github/workflows/shredos-x86_64.yml +++ b/.github/workflows/shredos-x86_64.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/systemrescue-amd64.yml b/.github/workflows/systemrescue-amd64.yml index 1dc61b2..0c30313 100644 --- a/.github/workflows/systemrescue-amd64.yml +++ b/.github/workflows/systemrescue-amd64.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/tails.yml b/.github/workflows/tails.yml index e7e985e..af24a6d 100644 --- a/.github/workflows/tails.yml +++ b/.github/workflows/tails.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/vmware-photon-aarch64.yml b/.github/workflows/vmware-photon-aarch64.yml index 2993936..86c8378 100644 --- a/.github/workflows/vmware-photon-aarch64.yml +++ b/.github/workflows/vmware-photon-aarch64.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/vmware-photon-x86_64.yml b/.github/workflows/vmware-photon-x86_64.yml index 9e942a7..f9aab51 100644 --- a/.github/workflows/vmware-photon-x86_64.yml +++ b/.github/workflows/vmware-photon-x86_64.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/xcp-ng.yml b/.github/workflows/xcp-ng.yml index 182caab..2577cf5 100644 --- a/.github/workflows/xcp-ng.yml +++ b/.github/workflows/xcp-ng.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' diff --git a/.github/workflows/zeninstall.yml b/.github/workflows/zeninstall.yml index 1c6f8c1..262458c 100644 --- a/.github/workflows/zeninstall.yml +++ b/.github/workflows/zeninstall.yml @@ -51,28 +51,21 @@ jobs: ./build.sh build ${{ env.BUILD_TYPE }} git tag ${{ env.GITHUB_TAG }} - - name: Create Release + - name: Generate Release Notes + run: | + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + + - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.GITHUB_TAG }} - release_name: ${{ env.GITHUB_TAG }} + name: ${{ env.GITHUB_TAG }} draft: false prerelease: false - - - name: Upload Assets - if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' - uses: svenstaro/upload-release-action@v2 - with: - file: buildout/* - file_glob: true - overwrite: true - prerelease: false - release_name: ${{ env.GITHUB_TAG }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ env.GITHUB_TAG }} + files: buildout/* + token: ${{ secrets.GITHUB_TOKEN }} + body_path: ${{ github.workspace }}-CHANGELOG.txt - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success'