diff --git a/.github/workflows/build-release-latest-test-artifacts.yml b/.github/workflows/build-release-latest-test-artifacts.yml_deactivated similarity index 100% rename from .github/workflows/build-release-latest-test-artifacts.yml rename to .github/workflows/build-release-latest-test-artifacts.yml_deactivated diff --git a/.github/workflows/build-release-latest.yml_deactivated b/.github/workflows/build-release-latest.yml similarity index 99% rename from .github/workflows/build-release-latest.yml_deactivated rename to .github/workflows/build-release-latest.yml index e6642b0e..042c495b 100644 --- a/.github/workflows/build-release-latest.yml_deactivated +++ b/.github/workflows/build-release-latest.yml @@ -319,6 +319,8 @@ jobs: - uses: actions/download-artifact@v4 with: pattern: 'debian*' + path: artifact + merge-multiple: true # get secret signing key - run: echo "${{ secrets.PACKAGE_SIGNING_KEY }}" > signing_key.asc # organize SSH deploy key for nagstamon-jekyll repo @@ -363,6 +365,8 @@ jobs: - uses: actions/download-artifact@v4 with: pattern: 'fedora*' + path: artifact + merge-multiple: true # organize SSH deploy key for nagstamon-repo - run: mkdir ~/.ssh - run: echo "${{ secrets.NAGSTAMON_REPO_KEY_WEB }}" > ~/.ssh/id_ed25519 @@ -397,7 +401,9 @@ jobs: # get binaries created by other jobs - uses: actions/download-artifact@v4 with: - name: 'rhel*' + pattern: 'rhel*' + path: artifact + merge-multiple: true # organize SSH deploy key for nagstamon-repo - run: mkdir ~/.ssh - run: echo "${{ secrets.NAGSTAMON_REPO_KEY_WEB }}" > ~/.ssh/id_ed25519