Skip to content

Commit

Permalink
Fix CI: refs -> refs_dir
Browse files Browse the repository at this point in the history
Here we go again with the CI commits
  • Loading branch information
evilfactory committed Sep 15, 2023
1 parent fa4ffb9 commit f9e3788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
mkdir -p "$archives_dir"
refs_dir="$(realpath -m "$CI_DIR/refs")"
mkdir -p "$refs"
mkdir -p "$refs_dir"
# Archive Refs, used by mod developers
mv "${artifacts_dir}/Windows/Client/Publicized/Barotrauma.dll" "${refs_dir}/Windows/Barotrauma.dll"
Expand Down

0 comments on commit f9e3788

Please sign in to comment.