We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb03fe commit ec9f83eCopy full SHA for ec9f83e
1 file changed
.github/workflows/release.yml
@@ -46,7 +46,7 @@ jobs:
46
run: |
47
mkdir -p "${{ env.DIST_DIR }}"
48
cd "${{ env.PUBLISH_DIR }}"
49
- 7z a -tzip "${{ env.DIST_DIR }}/release-${{ inputs.rel_version }}.zip" *
+ 7z a -tzip "${{ env.DIST_DIR }}/flowsynx.amazon.s3.${{ inputs.rel_version }}.zip" *
50
51
- name: Upload release artifacts
52
uses: actions/upload-artifact@v4
0 commit comments