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: Fix missing checksum in AUR package #17781

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

kjarosh
Copy link
Member

@kjarosh kjarosh commented Sep 6, 2024

Fixes a whoopsie introduced in #17429.

The sha512sum command hidden within a subshell required to be executed in the repo root directory.

See:

@kjarosh kjarosh added the github_actions Pull requests that update GitHub Actions code label Sep 6, 2024
Copy link
Member

@torokati44 torokati44 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM I guess, nice catch!

Copy link
Member

@torokati44 torokati44 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually - there's that .tar.gz that probably got committed accidentally.

The sha512sum command hidden within a subshell
required to be executed in the repo root directory.
Copy link
Member

@torokati44 torokati44 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, now it's LGTM. :)

@kjarosh
Copy link
Member Author

kjarosh commented Sep 6, 2024

Dang, it must have been added by accident when I was amending the commit, removed!

@torokati44 torokati44 enabled auto-merge (rebase) September 6, 2024 09:23
@torokati44 torokati44 merged commit 1cd3439 into ruffle-rs:master Sep 6, 2024
16 of 17 checks passed
@kjarosh kjarosh deleted the aur-checksum branch September 6, 2024 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants