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 77f664a commit dc99782Copy full SHA for dc99782
.github/workflows/sign_and_release.yml
@@ -17,6 +17,6 @@ jobs:
17
echo "Installing required packages..."
18
sudo apt-get update
19
sudo apt-get install -y software-properties-common python3-pip dpkg-sig apt-utils gnupg rpm createrepo-c file
20
- - run: apt-ftparchive contents /home/runner/.cache/productio/apt-repo/pool/main > Contents-test
+ - run: apt-ftparchive contents /home/runner/.cache/production/apt-repo/pool/main > Contents-test
21
- run: cat Contents-test
22
- run: ls -la /home/runner/.cache/production/apt-repo/dists/stable
0 commit comments