@@ -2,7 +2,7 @@ name: Build and Release
2
2
3
3
on :
4
4
push :
5
- branches : [ master ]
5
+ branches : [ master, bug/ci-windows-attestation ]
6
6
tags :
7
7
- " v*"
8
8
@@ -48,18 +48,18 @@ jobs:
48
48
strategy :
49
49
matrix :
50
50
include :
51
- - target : x86_64-unknown-linux-gnu
52
- os : ubuntu-latest
53
- name : xsnippet-api-x86_64-linux.gz
54
- - target : aarch64-unknown-linux-gnu
55
- os : ubuntu-latest
56
- name : xsnippet-api-aarch64-linux.gz
51
+ # - target: x86_64-unknown-linux-gnu
52
+ # os: ubuntu-latest
53
+ # name: xsnippet-api-x86_64-linux.gz
54
+ # - target: aarch64-unknown-linux-gnu
55
+ # os: ubuntu-latest
56
+ # name: xsnippet-api-aarch64-linux.gz
57
57
- target : x86_64-pc-windows-msvc
58
58
os : windows-latest
59
59
name : xsnippet-api-x86_64-windows.exe.7z
60
- - target : aarch64-apple-darwin
61
- os : macos-latest
62
- name : xsnippet-api-aarch64-macos.gz
60
+ # - target: aarch64-apple-darwin
61
+ # os: macos-latest
62
+ # name: xsnippet-api-aarch64-macos.gz
63
63
64
64
runs-on : ${{ matrix.os }}
65
65
@@ -101,6 +101,12 @@ jobs:
101
101
TARGET : ${{ matrix.target }}
102
102
RELEASE_TAG : ${{ needs.create_release.outputs.release_tag }}
103
103
104
+ - uses : mxschmitt/action-tmate@v3
105
+ with :
106
+ limit-access-to-actor : false
107
+ env :
108
+ ASSET_PATH : ${{ steps.build.outputs.asset_path }}
109
+
104
110
- uses : actions/attest-build-provenance@v1
105
111
with :
106
112
subject-path : ${{ steps.build.outputs.asset_path }}
0 commit comments