-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor CI workflow and archive naming
- Refactored the CI workflow to dynamically generate the blob name for archiving. - Renamed the archive file to include the branch name. - Updated composer.json to remove version placeholder in archive name.
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,6 @@ | |
"DOCKER_ENV", | ||
"docker_tag" | ||
], | ||
"name": "simpay-wordpress-{$version}.zip" | ||
"name": "simpay-wordpress.zip" | ||
} | ||
} |