Skip to content

Commit 62d2afd

Browse files
committed
Merge branch 'master' into document-secret
2 parents 1fae1b4 + 3155ef7 commit 62d2afd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
on:
44
push:
55
tags:
6-
- 'v*'
6+
- "v*"
77

88
jobs:
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

0 commit comments

Comments
 (0)