Skip to content

Commit

Permalink
The version value in --createorig must be changed appropriately for q…
Browse files Browse the repository at this point in the history
…uilt
  • Loading branch information
CosmicFusion authored Oct 4, 2024
1 parent e554260 commit 967aecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-umu-ubuntu-noble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: apt install -y dh-make dpkg-dev

- name: Setup dh_make quilt files
run: LOGNAME=root dh_make --createorig -y -l -p umu-launcher_1.0 || true
run: LOGNAME=root dh_make --createorig -y -l -p umu-launcher_1.1.1 || true

- name: Install apt build dependencies
run: apt build-dep -y ./
Expand Down

0 comments on commit 967aecd

Please sign in to comment.