Skip to content

Commit

Permalink
Rename deb output to amd64 on amd64 builder (#8210)
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink authored Oct 14, 2024
2 parents 2ceb3f9 + bad0742 commit ee2a55d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
run: |
sudo apt-get install -y --allow-downgrades alien cpio=2.13+dfsg-7 devscripts fakeroot gir1.2-gtk-4.0 libgirepository1.0-dev rpm
./build/debian/makedist_debian.sh
mv build/debian/tribler_${GITHUB_TAG}_all.deb build/debian/tribler_${GITHUB_TAG}_amd64.deb
- name: Build Executables (MacOS-12)
if: matrix.os == 'macos-12'
run: |
Expand Down

0 comments on commit ee2a55d

Please sign in to comment.