Skip to content

Commit

Permalink
cp
Browse files Browse the repository at this point in the history
  • Loading branch information
ianoc committed Mar 1, 2020
1 parent 874e5a5 commit 645c709
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ build --javabase=@fetched_openjdk_8//:jdk
build --host_java_toolchain=@bazel_tools//tools/jdk:toolchain_hostjdk8
build --java_toolchain=@bazel_tools//tools/jdk:toolchain_hostjdk8

build --experimental_strict_action_env

build:github_actions --announce_rc
build:github_actions --disk_cache %workspace%/.bazel-cache/disk-cache
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,14 @@ jobs:
uses: actions/download-artifact@v1
with:
name: scalafmt-linux
path: downloads
path: downloads/scalafmt-linux
- name: Download linux scalafmt
uses: actions/download-artifact@v1
with:
name: scalafmt-macos
path: downloads
path: downloads/scalafmt-macos
- name: Look at localA
run: ls -lR
- name: mv binaries linux
run: mv downloads/scalafmt-linux/scalafmt scalafmt-linux
- name: mv binaries macos
Expand Down

0 comments on commit 645c709

Please sign in to comment.