Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Jan 14, 2024
1 parent 65be623 commit a7b180b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-tarball-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
#run: tar zxvf domjudge-${{ github.ref_name }}.tar.gz
run: |
for directory in build all docs domserver judgehost; do
mkdir /tmp/${directory}
mkdir -p /tmp/${directory}/domjudge-8.2.2
tar zxvf domjudge-8.2.2.tar.gz --directory /tmp/${directory}/domjudge-8.2.2
done
Expand Down

0 comments on commit a7b180b

Please sign in to comment.