Skip to content

Commit

Permalink
ci: Use different names for build logs
Browse files Browse the repository at this point in the history
  • Loading branch information
varungandhi-src committed Jul 9, 2024
1 parent 5391d2a commit a911717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: "🪵 Upload log"
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.config }}-build-log
name: build-log-${{ matrix.platform }}-${{ matrix.config }}
path: log
- name: ${{ format('🪄 Rename binary ({0})', matrix.config) }}
run: |
Expand Down

0 comments on commit a911717

Please sign in to comment.