File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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' }}
You can’t perform that action at this time.
0 commit comments