Skip to content

Commit

Permalink
mkdir target
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Dec 31, 2023
1 parent 19a51b0 commit 657e9f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create_1_18_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,9 @@ jobs:
touch -t "$timestamp" $proto
done
# sbt-assembly 2以降からディレクトリを作ってくれなくなった
- name: Build artifact
run: ./sbt assembly
run: mkdir -p target/build && ./sbt assembly

- name: Create and push a tag
id: tag-name
Expand Down

0 comments on commit 657e9f1

Please sign in to comment.