Skip to content

Commit

Permalink
Get the version from non-qubes packages
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Dec 24, 2024
1 parent dbb6827 commit 1664755
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:

- name: update version from the package
run: |
echo ./yum/dangerzone/f${{ matrix.version }}/dangerzone-qubes*.src.rpm | sed 's/.*-\([^-]*\)-[^-]*\.*\.src\.rpm/\1/' > ./main/share/version.txt
rm ./yum/dangerzone/*qubes* # remove the qubes versions for now
echo ./yum/dangerzone/f${{ matrix.version }}/dangerzone-*.src.rpm | sed 's/.*-\([^-]*\)-[^-]*\.*\.src\.rpm/\1/' > ./main/share/version.txt
- name: mv dangerzone .rpm files
run: |
Expand Down

0 comments on commit 1664755

Please sign in to comment.