File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,27 +18,18 @@ jobs:
1818 - name : Dependencies
1919 run : |
2020 sudo apt update
21- sudo apt install -y gh libxml2-utils python3 git pipx
21+ sudo apt install -y gh libxml2-utils
2222 mkdir upload
2323
2424 - name : Update metainfo
2525 run : |
2626 ./update_meta.sh
2727
28- - name : Update sources
29- run : |
30- pipx install poetry
31- git clone https://github.com/flatpak/flatpak-builder-tools.git
32- cd flatpak-builder-tools/cargo
33- poetry install
34- poetry run python3 flatpak-cargo-generator.py $GITHUB_WORKSPACE/Cargo.lock \
35- -o $GITHUB_WORKSPACE/upload/cargo-sources.json
36-
3728 - name : Commit and merge in changes
3829 run : |
3930 git config user.name "github-actions[bot]"
4031 git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
4132
42- gh release upload "${{ github.event.release.tag_name }}" upload/dev.khcrysalis.PlumeImpactor.metainfo.xml upload/cargo-sources.json
33+ gh release upload "${{ github.event.release.tag_name }}" upload/dev.khcrysalis.PlumeImpactor.metainfo.xml
4334 env :
4435 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments