We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ccfaad commit 9f3a80dCopy full SHA for 9f3a80d
.github/workflows/cd.yml
@@ -45,7 +45,7 @@ jobs:
45
uses: rui314/setup-mold@v1
46
47
- name: Run build script
48
- run: ${{ matrix.platform.buildscript }}
+ run: ${{ matrix.platform.buildscript }} ${{ github.refname }}
49
shell: bash
50
51
- name: Upload artifacts
.gitignore
@@ -1,4 +1,5 @@
1
/target
2
+/dist
3
perf.data*
4
client_id.txt
5
flamegraph.svg
0 commit comments