Skip to content

innosetup: update to 6.4.3 #613

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

Merged
merged 2 commits into from
May 4, 2025
Merged

innosetup: update to 6.4.3 #613

merged 2 commits into from
May 4, 2025

Conversation

gitforwindowshelper[bot]
Copy link

rimrul added 2 commits May 3, 2025 18:06
Signed-off-by: Matthias Aßhauer <mha1993@live.de>
Now that we run our CI jobs in a build matrix for both x86_64 and aarch64,
we need separate names for the artifacts. Otherwise whichever job
reaches the `actions/upload-artifacts` step second will fail, because an
artifact of the same name already exists for this workflow run.

Signed-off-by: Matthias Aßhauer <mha1993@live.de>
@rimrul rimrul marked this pull request as ready for review May 4, 2025 07:00
@@ -96,7 +96,7 @@ jobs:
top_dir=$PWD &&
cd "${{ matrix.directory }}" &&
MAKEFLAGS=-j8 makepkg-mingw -s --noconfirm &&
artifacts="$(basename "${{ matrix.directory }}")-artifacts" &&
artifacts="$(basename "${{ matrix.directory }}")-artifacts-${{ matrix.architecture.name }}" &&
Copy link
Member

Choose a reason for hiding this comment

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

Thank you for catching and fixing my mistake!

@dscho dscho merged commit fe493ff into main May 4, 2025
7 checks passed
@dscho dscho deleted the innosetup-6.4.3 branch May 4, 2025 07:50
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.

[New innosetup version] is-6_4_3
2 participants