Skip to content

Commit

Permalink
github: fix files backup #nobuild
Browse files Browse the repository at this point in the history
  • Loading branch information
protitude committed Mar 8, 2024
1 parent 1689c28 commit d1a9c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/dingorunner/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ then
rm -fR files_live/private/webform/*
mv files_live files
tar -czvf files.tar.gz files
rm files
rm -fR files
fi

if [ "$runner" = update ];
Expand Down

0 comments on commit d1a9c8f

Please sign in to comment.