Good job there kodi
All checks were successful
/ Tests that the action works as expected (push) Successful in 25s

This commit is contained in:
Kodi Craft 2024-06-15 11:55:41 +02:00
parent 13b99645d3
commit c084c40288
Signed by: kodi
GPG Key ID: 69D9EED60B242822

View File

@ -26,6 +26,6 @@ jobs:
- name: Check that the file is correctly uploaded
run: |
curl -s -o test-uploaded.txt ${{ steps.upload.outputs.url }}
nix shell "nixpkgs#diffutils" -c "diff test.txt test-uploaded.txt"
nix shell "nixpkgs#diffutils" -c diff test.txt test-uploaded.txt
rm test.txt