Skip to content

Commit 8bc8918

Browse files
committed
release-native: for docker, download .zip
Follow-on to #4847.
1 parent 0aa4936 commit 8bc8918

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release-native.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,12 @@ jobs:
7878
- name: Downloading scalafmt for Docker Build
7979
uses: actions/download-artifact@v4
8080
with:
81-
name: scalafmt-x86_64-pc-linux
82-
path: tmp/scalafmt-docker-build # Dockerfile uses this
81+
name: scalafmt-x86_64-pc-linux.zip
82+
path: tmp/scalafmt-docker-build.zip # Dockerfile uses this
8383
github-token: ${{ secrets.GITHUB_TOKEN }}
8484
run-id: ${{ github.event_name == 'release' && github.run_id || github.event.inputs.run_id }}
85+
- name: Decompress scalafmt artifact
86+
run: unzip tmp/scalafmt-docker-build.zip -d tmp # Dockerfile uses this
8587
- name: Login to DockerHub
8688
uses: docker/login-action@v3
8789
with:

0 commit comments

Comments
 (0)