Skip to content

Commit

Permalink
ci: appimage fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
nanu-c committed Jun 18, 2023
1 parent c18f1d5 commit b2cb622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
ARCH: x86_64
run: |
mkdir -p build/AppDir/usr/bin
cp -f build-artifacts/build-axolotl-linux-amd64/axolotl build/AppDir/usr/bin/axolotl
cp -f build-artifacts/axolotl build/AppDir/usr/bin/axolotl
chmod +x build/AppDir/usr/bin/axolotl
cp -f appimage/AppDir/AppRun build/AppDir/AppRun
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
run: |
wget https://github.com/nanu-c/axolotl/archive/v${{ env.RELEASE_VERSION }}.tar.gz --output-document=$GITHUB_WORKSPACE/axolotl-${{ env.RELEASE_VERSION }}.tar.gz
mkdir --parents $GITHUB_WORKSPACE/axolotl-${{ env.RELEASE_VERSION }}/axolotl
cp --recursive $GITHUB_WORKSPACE/build-artifacts/build-axolotl-linux-arm64/* $GITHUB_WORKSPACE/axolotl-${{ env.RELEASE_VERSION }}/axolotl/
cp --recursive $GITHUB_WORKSPACE/build-artifacts/* $GITHUB_WORKSPACE/axolotl-${{ env.RELEASE_VERSION }}/axolotl/
cp $GITHUB_WORKSPACE/deb/LICENSE $GITHUB_WORKSPACE/axolotl-${{ env.RELEASE_VERSION }}/LICENSE
cd $GITHUB_WORKSPACE/axolotl-${{ env.RELEASE_VERSION }} && debmake --yes --email [email protected] --fullname "Arno Nuehm" --monoarch
mkdir --parents $GITHUB_WORKSPACE/axolotl-${{ env.RELEASE_VERSION }}/usr/share/icons/hicolor/128x128/apps
Expand Down

0 comments on commit b2cb622

Please sign in to comment.