Skip to content

Commit 96a3126

Browse files
committed
take 3
1 parent b5090fd commit 96a3126

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/latest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
uses: "marvinpinto/action-automatic-releases@latest"
4545
with:
4646
repo_token: "${{ secrets.GITHUB_TOKEN }}"
47-
automatic_release_tag: "latest-${{ env.RUNNER_OS }}"
47+
automatic_release_tag: "${{ matrix.os }}"
4848
prerelease: true
49-
title: "Development build (${{ env.RUNNER_OS }})"
49+
title: "Development build (${{ matrix.os }})"
5050
files: |
5151
target/release/ffs

0 commit comments

Comments
 (0)