Skip to content

Commit

Permalink
upload Qt Creator Debian package as release artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Dec 23, 2024
1 parent 515157e commit da119ea
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
- name: install Qt Creator DEB package
if: runner.os == 'Linux'
run: |
wget $(./packaging/format-deb-url.py) --directory-prefix=/tmp
sudo apt install /tmp/qtcreator-opensource-linux-*-*.deb
wget $(./packaging/format-deb-url.py) --directory-prefix=${GITHUB_WORKSPACE}/build
sudo apt install ${GITHUB_WORKSPACE}/build/qtcreator-opensource-linux-*-*.deb
- name: generate plugin DEB package
if: runner.os == 'Linux'
Expand All @@ -82,6 +82,7 @@ jobs:
name: plugin_archive_artifact_${{ matrix.config.name }}_deb
if-no-files-found: error
path: |
./build/qtcreator-opensource-linux-*-*.deb
./build/ROSProjectManager-*-*-*.deb
./build/ROSProjectManager-*-*-*-dbgsym.ddeb
Expand All @@ -102,4 +103,4 @@ jobs:
uses: ncipollo/release-action@v1
id: create_release
with:
artifacts: ROSProjectManager-*-*-*.zip,ROSProjectManager-*-*-*.deb,ROSProjectManager-*-*-*-dbgsym.ddeb
artifacts: qtcreator-opensource-linux-*-*.deb,ROSProjectManager-*-*-*.zip,ROSProjectManager-*-*-*.deb,ROSProjectManager-*-*-*-dbgsym.ddeb

0 comments on commit da119ea

Please sign in to comment.