We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3311bb9 commit 6f44a87Copy full SHA for 6f44a87
.github/workflows/release-macos.yml
@@ -31,7 +31,7 @@ jobs:
31
id: prep_artifact
32
run: |
33
# Use runner.arch which resolves to 'x64' or 'arm64'
34
- FINAL_NAME="git-crypt-${{ github.ref_name }}-darwin-${{ runner.arch }}"
+ FINAL_NAME="git-crypt-${{ github.run_number }}-darwin-${{ runner.arch }}"
35
36
# Append '-dev' suffix for non-release builds (e.g., PRs)
37
if [[ "${{ github.event_name }}" != 'release' ]]; then
0 commit comments