Skip to content

Commit

Permalink
Merge branch 'fix-windows-upload' into 'main'
Browse files Browse the repository at this point in the history
Upload artifacts from conan-windows-release-package jobs

See merge request rewriting/ddisasm!905
  • Loading branch information
bfairservice-gt committed Jul 6, 2022
2 parents 5953177 + d4c5f9d commit 7026bf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ci/gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -659,15 +659,15 @@ internal-focal-stable:
trigger:
project: rewriting/utility/package-uploader
strategy: depend
needs: [conan-windows-release]
needs: [conan-windows-release-package]

windows-upload-public:
<<: *windows-upload
rules:
- if: '$CI_COMMIT_REF_NAME =~ /^release-.*/'
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
variables:
JOB_NAME: conan-windows-release
JOB_NAME: conan-windows-release-package
FILESERVER: public
FILESERVER_SUBDIR_NAME: windows-release

Expand All @@ -677,6 +677,6 @@ windows-upload-internal:
- if: '$CI_COMMIT_REF_NAME =~ /^release-.*/'
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
variables:
JOB_NAME: conan-windows-release
JOB_NAME: conan-windows-release-package
FILESERVER: internal
FILESERVER_SUBDIR_NAME: windows-release

0 comments on commit 7026bf2

Please sign in to comment.