Skip to content

Commit

Permalink
Fix: prefix the survey result packs with openttd-survey-pack (#17)
Browse files Browse the repository at this point in the history
That makes it a bit easier to understand what the content of the
file actually is.
  • Loading branch information
TrueBrain authored Jan 5, 2024
1 parent 6a27954 commit bb63b98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pack-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
echo "::endgroup::"
echo "::group::Pack survey results"
tar --xz -cvf ${date}.tar.xz ${date}
tar --xz -cvf openttd-survey-pack.${date}.tar.xz ${date}
echo "::endgroup::"
echo "::group::Upload survey result pack"
rclone copy -v ${date}.tar.xz openttd:survey-packed-prod/${year}/${month}
rclone copy -v openttd-survey-pack.${date}.tar.xz openttd:survey-packed-prod/${year}/${month}
echo "::endgroup::"
echo "::group::Remove survey results"
Expand Down

0 comments on commit bb63b98

Please sign in to comment.