Skip to content

Commit dc99782

Browse files
authored
Update sign_and_release.yml
1 parent 77f664a commit dc99782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sign_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
echo "Installing required packages..."
1818
sudo apt-get update
1919
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
20+
- run: apt-ftparchive contents /home/runner/.cache/production/apt-repo/pool/main > Contents-test
2121
- run: cat Contents-test
2222
- run: ls -la /home/runner/.cache/production/apt-repo/dists/stable

0 commit comments

Comments
 (0)