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 fee2b99 commit 851c408Copy full SHA for 851c408
.github/workflows/ci.docker.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- run: |
36
mkdir products
37
- tar -C products xf pkgx*.tar.xz
+ tar xf pkgx*.tar.xz -C products
38
curl https://pkgxdev.github.io/pkgm/pkgm.ts -o products/pkgm
39
40
- run:
0 commit comments