Skip to content

Commit edaabee

Browse files
upload Qt Creator Debian package as release artifact
1 parent 515157e commit edaabee

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
- name: install Qt Creator DEB package
6767
if: runner.os == 'Linux'
6868
run: |
69-
wget $(./packaging/format-deb-url.py) --directory-prefix=/tmp
70-
sudo apt install /tmp/qtcreator-opensource-linux-*-*.deb
69+
wget $(./packaging/format-deb-url.py) --directory-prefix=${GITHUB_WORKSPACE}/build
70+
sudo apt install ${GITHUB_WORKSPACE}/build/qtcreator-opensource-linux-*-*.deb
7171
7272
- name: generate plugin DEB package
7373
if: runner.os == 'Linux'
@@ -82,8 +82,9 @@ jobs:
8282
name: plugin_archive_artifact_${{ matrix.config.name }}_deb
8383
if-no-files-found: error
8484
path: |
85-
./build/ROSProjectManager-*-*-*.deb
86-
./build/ROSProjectManager-*-*-*-dbgsym.ddeb
85+
${GITHUB_WORKSPACE}/build/qtcreator-opensource-linux-*-*.deb
86+
${GITHUB_WORKSPACE}/build/ROSProjectManager-*-*-*.deb
87+
${GITHUB_WORKSPACE}/build/ROSProjectManager-*-*-*-dbgsym.ddeb
8788
8889
release:
8990
name: create release
@@ -102,4 +103,4 @@ jobs:
102103
uses: ncipollo/release-action@v1
103104
id: create_release
104105
with:
105-
artifacts: ROSProjectManager-*-*-*.zip,ROSProjectManager-*-*-*.deb,ROSProjectManager-*-*-*-dbgsym.ddeb
106+
artifacts: qtcreator-opensource-linux-*-*.deb,ROSProjectManager-*-*-*.zip,ROSProjectManager-*-*-*.deb,ROSProjectManager-*-*-*-dbgsym.ddeb

0 commit comments

Comments
 (0)