Fix Repology workflow (#8820)

This commit is contained in:
Maximilian Downey Twiss
2023-10-23 21:04:36 +11:00
committed by GitHub
parent 3650b64ee7
commit e5467f4565

View File

@@ -12,8 +12,8 @@ jobs:
run: |
sudo docker pull satmandu/crewbuild:amd64
sudo docker run -t -v $(pwd):/usr/local/json satmandu/crewbuild:amd64 sudo -i -u chronos /bin/bash -c "
crew update
ruby ../tools/json.rb
crew update &&
ruby ../tools/json.rb &&
cp repology.json /usr/local/json"
- name: Upload JSON arifact
uses: actions/upload-artifact@v3