Skip to content

Commit 9f3a80d

Browse files
committed
Add version argument to build script
1 parent 6ccfaad commit 9f3a80d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: rui314/setup-mold@v1
4646

4747
- name: Run build script
48-
run: ${{ matrix.platform.buildscript }}
48+
run: ${{ matrix.platform.buildscript }} ${{ github.refname }}
4949
shell: bash
5050

5151
- name: Upload artifacts

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/target
2+
/dist
23
perf.data*
34
client_id.txt
45
flamegraph.svg

0 commit comments

Comments
 (0)