File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33on :
44 push :
55 tags :
6- - ' v* '
6+ - " v* "
77
88jobs :
99 build-release :
@@ -39,11 +39,11 @@ jobs:
3939 rust : stable
4040 target : x86_64-unknown-linux-musl
4141 - build : macos
42- os : macos-12
42+ os : macos-15
4343 rust : stable
4444 target : x86_64-apple-darwin
4545 - build : macos-aarch64
46- os : macos-12
46+ os : macos-15
4747 rust : stable
4848 target : aarch64-apple-darwin
4949 - build : windows
@@ -101,14 +101,14 @@ jobs:
101101 uses : softprops/action-gh-release@v1
102102 # TODO: if any of the build step fails, the release should be deleted.
103103 with :
104- files : ' screenly*'
104+ files : " screenly*"
105105 env :
106106 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
107107
108108 - name : Attest
109109 uses : actions/attest-build-provenance@v1
110110 with :
111- subject-path : ' ${{ github.workspace }}/screenly*'
111+ subject-path : " ${{ github.workspace }}/screenly*"
112112
113113 build-docker-image :
114114 name : docker
You can’t perform that action at this time.
0 commit comments