Skip to content

Commit 773b5b3

Browse files
author
steph-mipt
committed
naming refactor
1 parent 43a1ae3 commit 773b5b3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343
- uses: vimtor/action-zip@v1
4444
with:
4545
files: target/release/e2m
46-
dest: ${{ env.RELEASE_VERSION }}_linux.zip
46+
dest: e2m-cli-${{ env.RELEASE_VERSION }}-Linux-x86_64.zip
4747

4848
- name: Upload Binary
4949
uses: actions/upload-artifact@v3
5050
with:
5151
name: cli-builds
52-
path: ${{ env.RELEASE_VERSION }}_linux.zip
52+
path: e2m-cli-${{ env.RELEASE_VERSION }}-Linux-x86_64.zip
5353

5454
build-os-x-binary:
5555
name: "Build OS X binary"
@@ -88,13 +88,13 @@ jobs:
8888
- uses: vimtor/action-zip@v1
8989
with:
9090
files: target/release/e2m
91-
dest: ${{ env.RELEASE_VERSION }}_macOS.zip
91+
dest: e2m-cli-${{ env.RELEASE_VERSION }}-MacOSX-x86_64.zip
9292

9393
- name: Upload Binary
9494
uses: actions/upload-artifact@v3
9595
with:
9696
name: cli-builds
97-
path: ${{ env.RELEASE_VERSION }}_macOS.zip
97+
path: e2m-cli-${{ env.RELEASE_VERSION }}-MacOSX-x86_64.zip
9898

9999
# To make releases for windows we need:
100100
# - update get-solc/get-aptos actions (so sad)
@@ -175,6 +175,6 @@ jobs:
175175
repo_token: "${{ secrets.GITHUB_TOKEN }}"
176176
automatic_release_tag: "${{ env.RELEASE_VERSION }}"
177177
prerelease: false
178-
title: "E2M CLI ${{ env.TAG_MESSAGE }}"
178+
title: "E2M CLI Release ${{ env.TAG_MESSAGE }}"
179179
files: |
180-
${{ env.RELEASE_VERSION }}*.zip
180+
e2m-cli-${{ env.RELEASE_VERSION }}-*.zip

0 commit comments

Comments
 (0)