Skip to content

Commit

Permalink
[DEB] Fix wrong copy-paste
Browse files Browse the repository at this point in the history
ci release
  • Loading branch information
gama-bot committed Apr 19, 2022
1 parent 91462c4 commit 8b8e562
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-travis.yml
Expand Up @@ -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:
Expand All @@ -463,15 +463,15 @@ 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
- 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:
Expand Down
4 changes: 2 additions & 2 deletions travis/github_release_withjdk.sh
Expand Up @@ -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


Expand Down

0 comments on commit 8b8e562

Please sign in to comment.