Skip to content

Commit

Permalink
fix: add filename for saving
Browse files Browse the repository at this point in the history
  • Loading branch information
oktant committed Feb 12, 2024
1 parent 783e351 commit 2c8917d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,11 @@ jobs:
config-file: release-please-config.json

- uses: suisei-cn/actions-download-file@818d6b7dc8fe73f2f924b6241f2b1134ca1377d9 # 1.6.0
id: downloadFile # Remember to give an ID if you need the output filename
id: downloadFile
name: Download the file
with:
url: "https://aka.ms/downloadazcopy-v10-windows"
filename: azcopy.zip

- uses: actions/checkout@v4
- uses: wangyoucao577/go-release-action@v1
Expand All @@ -63,5 +64,4 @@ jobs:
goos: windows
goarch: amd64
release_name: "${{ steps.release.outputs.tag_name }}"
pre_command: "curl https://aka.ms/downloadazcopy-v10-windows"
extra_files: ${{ steps.downloadFile.outputs.filename }}"

0 comments on commit 2c8917d

Please sign in to comment.