Skip to content

Commit

Permalink
github/workflows: prepend config name to artifact
Browse files Browse the repository at this point in the history
Prepend the name of the current configuration to the name
of the uploaded artifact, thereby enabling the upload
of all artifacts generated by the entire build matrix.

Neat.
  • Loading branch information
matheusmoreira committed Sep 21, 2024
1 parent c324749 commit 25ba4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Upload lone executable artifact
uses: actions/upload-artifact@v4
with:
name: lone
name: ${{ matrix.env.CONFIGURATION }}-lone
path: build/${{ matrix.env.CONFIGURATION }}/lone
compression-level: 9
overwrite: false
Expand Down

0 comments on commit 25ba4c5

Please sign in to comment.