Skip to content

Commit

Permalink
add an artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
drew2a committed May 23, 2022
1 parent 1248f03 commit 26789c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,9 @@ jobs:
- name: Move binaries to cache
run: |
ls
echo ----
ls ./build/debian/tribler
# mkdir -p cache
# mv tribler.deb ./cache
ls ./build/debian
mkdir -p cache
mv ./build/debian/*.deb ./cache
upload:
Expand All @@ -83,5 +81,5 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: tribler.deb
path: cache/tribler.deb
path: cache/*.deb
retention-days: 1
2 changes: 1 addition & 1 deletion build/debian/makedist_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python3 ./build/debian/update_metainfo.py -r .
python3 -m PyInstaller tribler.spec --log-level=DEBUG

# ----- Build dpkg
cp -r ./dist/tribler ./build/debian/tribler/usr/share/tribler
cp -r /dist/tribler /build/debian/tribler/usr/share/tribler

TRIBLER_VERSION=$(head -n 1 .TriblerVersion | sed 's/^v//') # get the first line and strip the left `v`

Expand Down

0 comments on commit 26789c9

Please sign in to comment.