Skip to content

Commit a7ae481

Browse files
committed
fix: typo
1 parent aa01762 commit a7ae481

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
id: rename
4242
shell: bash
4343
run: |
44-
BIN_NAME="mi-programa"
44+
BIN_NAME="stepcode"
4545
SRC="target/${{ matrix.target }}/release/${BIN_NAME}${{ matrix.binary_suffix }}"
4646
DST="${BIN_NAME}-${{ matrix.target }}${{ matrix.binary_suffix }}"
4747
mv "$SRC" "$DST"
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
name: ${{ steps.rename.outputs.artifact }}
5454
path: ${{ steps.rename.outputs.artifact }}
55-
55+
5656
release:
5757
name: Create Release
5858
needs: build

0 commit comments

Comments
 (0)