ci: use merge-multiple for multiple artifact IDs (#394)

Co-authored-by: verified-commit[bot] <180343340+verified-commit[bot]@users.noreply.github.com>
This commit is contained in:
Eligio Mariño
2025-11-02 12:49:29 +01:00
committed by GitHub
parent 46c0c1e7df
commit 6b512de361
3 changed files with 5 additions and 5 deletions
+2
View File
@@ -184,6 +184,8 @@ jobs:
with: with:
artifact-ids: ${{ needs.update_flutter_version.outputs.flutter_version_artifact_id }},${{ needs.update_android_version.outputs.version_artifact_id }} artifact-ids: ${{ needs.update_flutter_version.outputs.flutter_version_artifact_id }},${{ needs.update_android_version.outputs.version_artifact_id }}
path: config path: config
# Download to the configured path instead of separated directories by artifact id
merge-multiple: true
- name: Setup NodeJS - name: Setup NodeJS
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
+1 -1
View File
@@ -2,7 +2,7 @@
MIT License MIT License
Copyright (c) 2023-2025 Eligio Alejandro Mariño Garcés Copyright (c) 2023 Eligio Alejandro Mariño Garcés
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+1 -3
View File
@@ -1,8 +1,6 @@
export const year = new Date().getFullYear()
MIT License MIT License
Copyright (c) 2023-{year} Eligio Alejandro Mariño Garcés Copyright (c) 2023 Eligio Alejandro Mariño Garcés
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal