From 8b8e56260907cb61178b8d981b00df0d0375643c Mon Sep 17 00:00:00 2001 From: GAMA Bot Date: Tue, 19 Apr 2022 16:17:28 +0700 Subject: [PATCH] [DEB] Fix wrong copy-paste ci release --- .github/workflows/github-travis.yml | 6 +++--- travis/github_release_withjdk.sh | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/github-travis.yml b/.github/workflows/github-travis.yml index c316b6f2d4..9f3eb5d6c0 100644 --- a/.github/workflows/github-travis.yml +++ b/.github/workflows/github-travis.yml @@ -438,7 +438,7 @@ jobs: - name: Build DEB archive run: | dpkg --build ${{ github.workspace }}/gama-platform_1.8.2-1_amd64 - dpkg --info ${{ github.workspace }}/gama-platform_1.8.2.deb + dpkg --info ${{ github.workspace }}/gama-platform_1.8.2-1_amd64 - uses: actions/upload-artifact@v2 with: @@ -463,7 +463,7 @@ jobs: - name: Get extra files run: | - rm ${{ github.workspace }}/gama-platform_1.8.2-1_amd64/opt/gama-platform/*x86_64.zip + rm ${{ github.workspace }}/gama-platform-jdk_1.8.2-1_amd64/opt/gama-platform/*x86_64.zip wget https://raw.githubusercontent.com/gama-platform/gama/${GITHUB_REF##*/}/ummisco.gama.product/extraresources/installer/unix/DEBIAN/control -O ${{ github.workspace }}/gama-platform-jdk_1.8.2-1_amd64/DEBIAN/control wget https://raw.githubusercontent.com/gama-platform/gama/${GITHUB_REF##*/}/ummisco.gama.product/extraresources/installer/unix/gama-platform.desktop -O ${{ github.workspace }}/gama-platform-jdk_1.8.2-1_amd64/usr/share/applications/gama-platform.desktop cd ${{ github.workspace }}/gama-platform-jdk_1.8.2-1_amd64/opt/gama-platform && unzip Gama1.7-linux*.zip && rm Gama1.7-linux*.zip @@ -471,7 +471,7 @@ jobs: - name: Build DEB archive run: | dpkg --build ${{ github.workspace }}/gama-platform-jdk_1.8.2-1_amd64 - dpkg --info ${{ github.workspace }}/gama-platform-jdk_1.8.2.deb + dpkg --info ${{ github.workspace }}/gama-platform-jdk_1.8.2-1_amd64.deb - uses: actions/upload-artifact@v2 with: diff --git a/travis/github_release_withjdk.sh b/travis/github_release_withjdk.sh index e8e378d80f..88532ad10a 100644 --- a/travis/github_release_withjdk.sh +++ b/travis/github_release_withjdk.sh @@ -82,10 +82,10 @@ n=7 RELEASEFILES[$n]="$thePATH-macosx.cocoa.aarch64_withJDK.dmg" NEWFILES[$n]='GAMA_1.8.2_MacOS_M1_with_JDK'$SUFFIX_MAC n=8 -RELEASEFILES[$n]="${{ github.workspace }}/gama-platform_1.8.2.deb" +RELEASEFILES[$n]="${{ github.workspace }}/gama-platform_1.8.2-1_amd64" NEWFILES[$n]='GAMA_1.8.2_Linux'$SUFFIX_DEB n=8 -RELEASEFILES[$n]="${{ github.workspace }}/gama-platform-zip_1.8.2.deb" +RELEASEFILES[$n]="${{ github.workspace }}/gama-platform-jdk_1.8.2-1_amd64" NEWFILES[$n]='GAMA_1.8.2_Linux_with_JDK'$SUFFIX_DEB