We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e4bec commit 36ef395Copy full SHA for 36ef395
.github/workflows/publishRepo.yml
@@ -34,6 +34,13 @@ jobs:
34
codename: ${{ env.CODENAME }}
35
components: ${{ env.COMPONENTS }}
36
architectures: ${{ env.ARCHITECTURES }}
37
+ - name: Install XML converter
38
+ run: sudo apt install -y dctrl2xml
39
+ - name: Convert Packages file to XML
40
+ run: |
41
+ cd ${{ steps.create-apt-repo.outputs.dir }}/${{ env.CODENAME }}/${{ env.COMPONENTS }}/binary-${{ env.ARCHITECTURES }}
42
+ dctrl2xml -f Packages -j > Packages.json
43
+ cd -
44
- name: Upload Pages artifact
45
id: upload-artifact
46
uses: actions/upload-pages-artifact@v3
0 commit comments