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 14d13e6 commit 8d1ce60Copy full SHA for 8d1ce60
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
run: |
17
docker build -t exec-suid .
18
docker run --name exec-suid exec-suid
19
- docker cp exec-suid:/usr/bin/exec ./exec-suid
+ docker cp exec-suid:/usr/bin/exec-suid ./exec-suid
20
21
- name: Release
22
uses: softprops/action-gh-release@v2
0 commit comments