Skip to content

Commit

Permalink
change version for deb creation
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolakovics committed Nov 4, 2024
1 parent 787d7cd commit ea9d53e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,19 @@ jobs:
run: |
mkdir -p .debpkg/DEBIAN
echo "Package: SoundscapeSync" > .debpkg/DEBIAN/control
echo "Version: ${{ github.ref }}" >> .debpkg/DEBIAN/control
echo "Version: 1.0" >> .debpkg/DEBIAN/control
echo "Architecture: amd64" >> .debpkg/DEBIAN/control
echo "Maintainer: Dominik Polakovics <[email protected]>" >> .debpkg/DEBIAN/control
mkdir -p .debpkg/usr/bin
cat .debpkg/DEBIAN/control
cp fyne-cross/bin/linux-amd64/soundscape-sync .debpkg/usr/bin
- name: Create DEB package
uses: jiro4989/build-deb-action@v3
with:
package: SoundscapeSync
package_root: .debpkg
maintainer: "Dominik Polakovics <[email protected]>"
version: ${{ github.ref }}
version: 1.0
arch: 'amd64'
desc: 'This is my sample package.'
depends: 'ffmpeg'
Expand Down

0 comments on commit ea9d53e

Please sign in to comment.