Skip to content

Commit

Permalink
Debugging CI/CD workflow to release binaries.
Browse files Browse the repository at this point in the history
  • Loading branch information
jo3-tech committed Oct 13, 2024
1 parent 1f03d94 commit 8d2fb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
# Environment variables
ARTIFACT_NAME: binaries
ASSET_PREFIX: ${{ github.repository }}-${{ github.event.release.tag_name }}
ASSET_PREFIX: ${{ github.event.repository.name }}-${{ github.event.release.tag_name }}
needs: generate-binaries
steps:
- name: Download binaries
Expand Down

0 comments on commit 8d2fb21

Please sign in to comment.