Skip to content

Commit 372b4e1

Browse files
committed
fix: brew version
1 parent 12c13d2 commit 372b4e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
run: |
224224
import os
225225
src = os.environ['OUT_DIR']
226-
dst = "pivot-lang-cibuild${{ github.run_number }}-${{ matrix.config.arch }}.tar.gz"
226+
dst = "pivot-lang-0.1.${{ github.run_number }}-${{ matrix.config.arch }}.tar.gz"
227227
os.system("tar -czvf %s %s" % (dst, src))
228228
shell: python
229229
- name: Set outputs
@@ -232,11 +232,11 @@ jobs:
232232
- uses: ncipollo/release-action@v1
233233
name: upload
234234
with:
235-
artifacts: "pivot-lang-cibuild${{ github.run_number }}-${{ matrix.config.arch }}.tar.gz"
235+
artifacts: "pivot-lang-0.1.${{ github.run_number }}-${{ matrix.config.arch }}.tar.gz"
236236
allowUpdates: true
237237
replacesArtifacts: false
238238
commit: master
239-
tag: cibuild${{ github.run_number }}
239+
tag: v0.1.${{ github.run_number }}
240240

241241
- name: Release my project to my Homebrew tap
242242
if: ${{ matrix.config.os == 'ubuntu-latest' }}

0 commit comments

Comments
 (0)