Skip to content

Commit

Permalink
take 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mgree committed Jun 25, 2021
1 parent b5090fd commit 96a3126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/latest.yml
Expand Up @@ -44,8 +44,8 @@ jobs:
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest-${{ env.RUNNER_OS }}"
automatic_release_tag: "${{ matrix.os }}"
prerelease: true
title: "Development build (${{ env.RUNNER_OS }})"
title: "Development build (${{ matrix.os }})"
files: |
target/release/ffs

0 comments on commit 96a3126

Please sign in to comment.