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 da890c4 commit c3eac3bCopy full SHA for c3eac3b
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
20
nix-build -A hydraJobs.tarball
21
install -D ./result/tarballs/*.tar.bz2 ./dist/patchelf-$(cat version).tar.bz2
22
install -D ./result/tarballs/*.tar.gz ./dist/patchelf-$(cat version).tar.gz
23
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
24
with:
25
name: patchelf
26
path: dist/*
@@ -75,7 +75,7 @@ jobs:
75
./bin/patchelf --version
76
EOF
77
docker run -v $(pwd):/gha ${{ matrix.platform }}/debian:stable-slim sh -ec "cd /gha && sh ./check.sh"
78
79
80
81
0 commit comments