There was an error while loading. Please reload this page.
1 parent 16ad0d0 commit 0ee449cCopy full SHA for 0ee449c
1 file changed
.github/workflows/build.yml
@@ -4,6 +4,10 @@ on:
4
push:
5
branches: [ "master" ]
6
7
+permissions:
8
+ id-token: write
9
+ attestations: write
10
+
11
jobs:
12
build_windows_cli:
13
name: Build MuConvert.exe (win-x64)
@@ -34,6 +38,14 @@ jobs:
34
38
-p:UseAppHost=true
35
39
-p:PublishSingleFile=true
36
40
41
+ - name: Print build version
42
+ run: publish/win-x64/MuConvert.exe --version
43
44
+ - name: Generate artifact attestation
45
+ uses: actions/attest@v4
46
+ with:
47
+ subject-path: publish/win-x64/MuConvert.exe
48
37
49
- name: Upload artifact (MuConvert.exe)
50
uses: actions/upload-artifact@v7
51
with:
0 commit comments