Skip to content

Commit

Permalink
ci: debian use correct path for build artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
nanu-c committed Jun 18, 2023
1 parent ce49b37 commit c18f1d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ jobs:
- name: Download axolotl, axolotl-web and build artifacts
uses: actions/download-artifact@v3
with:
name: build-axolotl-linux-arm64
path: build-artifacts

- name: Get git tag version
Expand All @@ -218,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/linux-arm64/* $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 $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 c18f1d5

Please sign in to comment.