👷 Update artifact names #100
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates the
.github/workflows/test-build-release.ymlfile to improve the organization of build artifacts and enhance artifact naming conventions. The most important changes include the addition of a step to rename and relocate APK and AAB files, as well as updates to the artifact upload steps to reflect the new file paths and naming conventions.Workflow improvements:
GitDone_<version_name>.<extension>) and move them to a dedicatedbuild-artifactsdirectory. This improves file organization and clarity. ([.github/workflows/test-build-release.ymlR119-R135](https://github.com/RubberDuckCrew/gitdone/pull/100/files#diff-612b63199ed131209fb2aaed52e21f4112e794dbd4d750fdf52aaff72ac9ca7eR119-R135))[.github/workflows/test-build-release.ymlR119-R135](https://github.com/RubberDuckCrew/gitdone/pull/100/files#diff-612b63199ed131209fb2aaed52e21f4112e794dbd4d750fdf52aaff72ac9ca7eR119-R135))