Skip to content

Conversation

gitforwindowshelper[bot]
Copy link

rimrul added 2 commits May 3, 2025 18:06
Signed-off-by: Matthias Aßhauer <[email protected]>
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 <[email protected]>
@rimrul rimrul marked this pull request as ready for review May 4, 2025 07:00
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