We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa01762 commit a7ae481Copy full SHA for a7ae481
1 file changed
.github/workflows/release.yaml
@@ -41,7 +41,7 @@ jobs:
41
id: rename
42
shell: bash
43
run: |
44
- BIN_NAME="mi-programa"
+ BIN_NAME="stepcode"
45
SRC="target/${{ matrix.target }}/release/${BIN_NAME}${{ matrix.binary_suffix }}"
46
DST="${BIN_NAME}-${{ matrix.target }}${{ matrix.binary_suffix }}"
47
mv "$SRC" "$DST"
@@ -52,7 +52,7 @@ jobs:
52
with:
53
name: ${{ steps.rename.outputs.artifact }}
54
path: ${{ steps.rename.outputs.artifact }}
55
-
+
56
release:
57
name: Create Release
58
needs: build
0 commit comments