Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
substring authored Dec 9, 2024
1 parent f65d368 commit 8560681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
version="$(head -1 debian/changelog | egrep -o "[0-9]+\.[0-9]+\.[0-9]+")"
# dpkg-buildpackage -rfakeroot -b -us -uc
# cd ..
mv attract_plus_$version_amd64.deb attract_plus_$version_${{ matrix.os }}_amd64.deb
mv ./debian/artifacts/attract_plus_$version_amd64.deb attract_plus_$version_${{ matrix.os }}_amd64.deb
buildMacOS:
name: MacOS build
Expand Down

0 comments on commit 8560681

Please sign in to comment.