From 9622dfb309f75bdbb85257c913f3aef1c56d64b5 Mon Sep 17 00:00:00 2001 From: sjuergen Date: Tue, 11 Nov 2025 15:05:01 +0100 Subject: [PATCH 1/2] comment download out --- .github/workflows/package-release-workflow.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/package-release-workflow.yml b/.github/workflows/package-release-workflow.yml index 424f17e..e4ab5e5 100644 --- a/.github/workflows/package-release-workflow.yml +++ b/.github/workflows/package-release-workflow.yml @@ -42,11 +42,11 @@ jobs: - name: Create bin folder run: mkdir -p bin - - name: Download build artifacts - uses: actions/download-artifact@v4 - with: - name: build-artifacts - path: bin + # - name: Download build artifacts + # uses: actions/download-artifact@v4 + # with: + # name: build-artifacts + # path: bin - name: Version package uses: simatic-ax/actions/apax-version@v3 From 48a2a575d9c55384e11af83a29aa006a39c51fde Mon Sep 17 00:00:00 2001 From: sjuergen Date: Tue, 11 Nov 2025 15:05:31 +0100 Subject: [PATCH 2/2] don't upload bin folder --- .github/workflows/package-development-workflow.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/package-development-workflow.yml b/.github/workflows/package-development-workflow.yml index fd0baa6..64bf41c 100644 --- a/.github/workflows/package-development-workflow.yml +++ b/.github/workflows/package-development-workflow.yml @@ -79,5 +79,4 @@ jobs: name: build-artifacts path: | bin/llvm - retention-days: 90 - if-no-files-found: error \ No newline at end of file + retention-days: 90 \ No newline at end of file