Skip to content

Commit ec9f83e

Browse files
committed
rename release file #6
1 parent 0bb03fe commit ec9f83e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
mkdir -p "${{ env.DIST_DIR }}"
4848
cd "${{ env.PUBLISH_DIR }}"
49-
7z a -tzip "${{ env.DIST_DIR }}/release-${{ inputs.rel_version }}.zip" *
49+
7z a -tzip "${{ env.DIST_DIR }}/flowsynx.amazon.s3.${{ inputs.rel_version }}.zip" *
5050
5151
- name: Upload release artifacts
5252
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)