Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Artifact Naming #195

Merged
merged 2 commits into from
Mar 1, 2025
Merged

CI: Artifact Naming #195

merged 2 commits into from
Mar 1, 2025

Conversation

dreamsyntax
Copy link
Collaborator

@dreamsyntax dreamsyntax commented Feb 27, 2025

Updates our CI tasks to:

Depending on how DME is built, the below will be the version string (shown in the title bar and About page)

  • Locally built = dev-YYYY-MM-DD
  • PR/master = {commit}
  • Tags/releases = {tag}

Artifacts:

  • PR/master = dolphin-memory-engine-{commit}-{platform}
  • Tags/releases = dolphin-memory-engine-{tag}-{platform}

I was doing this manually on release, this makes releasing easier. In another PR consider directly auto-releasing/attaching the artifacts.

@dreamsyntax dreamsyntax force-pushed the ci-artifact-names branch 4 times, most recently from 1c46e31 to 8dc8875 Compare March 1, 2025 01:42
@dreamsyntax dreamsyntax marked this pull request as ready for review March 1, 2025 02:08
@dreamsyntax dreamsyntax changed the title CI: artifact names CI: Artifact Naming Mar 1, 2025
@dreamsyntax dreamsyntax marked this pull request as draft March 1, 2025 02:26
Use short hash for pipeline builds and match release artifact naming per
Use dev-TIMESTAMP for local builds
Resolve mac runner warnings
@dreamsyntax dreamsyntax marked this pull request as ready for review March 1, 2025 03:29
@dreamsyntax dreamsyntax merged commit 6fd1d5f into master Mar 1, 2025
4 checks passed
@dreamsyntax dreamsyntax deleted the ci-artifact-names branch March 1, 2025 03:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant