Skip to content

Update artifact name and path to include compiled module only#126

Merged
marko-stanojevic merged 1 commit intomainfrom
feature/upload_module_only
Feb 5, 2026
Merged

Update artifact name and path to include compiled module only#126
marko-stanojevic merged 1 commit intomainfrom
feature/upload_module_only

Conversation

@marko-stanojevic
Copy link
Contributor

@marko-stanojevic marko-stanojevic commented Feb 5, 2026

Description

This pull request updates the artifact upload step in the GitHub Actions workflow to improve artifact naming and organization. The artifact name now includes the repository name, and the upload path is more specific to the repository, which helps with clarity and prevents conflicts when handling artifacts from multiple repositories.

Improvements to artifact handling:

  • Updated the name of the uploaded artifact to include the repository name, making artifacts easier to identify.
  • Changed the path to upload artifacts from build/out/${{ github.event.repository.name }} instead of the generic build directory, ensuring artifacts are organized by repository.

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Code quality improvement (refactoring, tests, performance)

@marko-stanojevic marko-stanojevic merged commit f06dc8a into main Feb 5, 2026
9 checks passed
@marko-stanojevic marko-stanojevic deleted the feature/upload_module_only branch February 5, 2026 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant