Skip to content

Commit

Permalink
cancel in progress concurrency. Addd name back with env
Browse files Browse the repository at this point in the history
  • Loading branch information
sermuns committed Jan 19, 2025
1 parent d521812 commit d322aee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

name: Release binaries

concurrency:
group: release
cancel-in-progress: true

on:
push:
branches:
Expand Down Expand Up @@ -67,7 +71,7 @@ jobs:
- name: Post Setup | Upload artifacts
uses: actions/upload-artifact@v4
with:
# name: ${{ env.REPO_NAME }}-${{ matrix.target }}
name: ${{ env.REPO_NAME }}-${{ matrix.target }}
path: dist/*

github_release:
Expand Down

0 comments on commit d322aee

Please sign in to comment.