diff --git a/.github/workflows/main_build.yml b/.github/workflows/main_build.yml index c815bd8..0abf43e 100644 --- a/.github/workflows/main_build.yml +++ b/.github/workflows/main_build.yml @@ -59,20 +59,20 @@ jobs: uses: actions/upload-artifact@v3 with: name: aws-otel-dotnet-install.sh - path: InstallationScripts/aws-otel-dotnet-install.sh + path: bin/InstallationScripts/aws-otel-dotnet-install.sh - name: Upload psm1 installation script if: runner.os == 'Linux' uses: actions/upload-artifact@v3 with: name: AWS.Otel.DotNet.Auto.psm1 - path: InstallationScripts/AWS.Otel.DotNet.Auto.psm1 + path: bin/InstallationScripts/AWS.Otel.DotNet.Auto.psm1 - name: Upload Artifact on Windows if: runner.os == 'Windows' uses: actions/upload-artifact@v3 with: - name: aws-distro-opentelemetry-dotnet-instrumentation-windows + name: aws-distro-opentelemetry-dotnet-instrumentation-windows.zip path: bin/aws-distro-opentelemetry-dotnet-instrumentation-windows.zip build-x64-musl: @@ -93,7 +93,7 @@ jobs: - name: Upload Artifact on MUSL X64 Linux uses: actions/upload-artifact@v3 with: - name: aws-distro-opentelemetry-dotnet-instrumentation-linux-x64-musl + name: aws-distro-opentelemetry-dotnet-instrumentation-linux-musl-x64.zip path: bin/aws-distro-opentelemetry-dotnet-instrumentation-linux-musl-x64.zip build-arm64: diff --git a/.github/workflows/release_build.yml b/.github/workflows/release_build.yml index 3bbd570..7634f19 100644 --- a/.github/workflows/release_build.yml +++ b/.github/workflows/release_build.yml @@ -54,13 +54,13 @@ jobs: - name: Download Windows Artifact uses: actions/download-artifact@v3 with: - name: aws-distro-opentelemetry-dotnet-instrumentation-windows + name: aws-distro-opentelemetry-dotnet-instrumentation-windows.zip path: ./artifacts/windows - name: Download Linux X64 MUSL Artifact uses: actions/download-artifact@v3 with: - name: aws-distro-opentelemetry-dotnet-instrumentation-linux-x64-musl + name: aws-distro-opentelemetry-dotnet-instrumentation-linux-musl-x64.zip path: ./artifacts/linux/x64-musl - name: Download Linux arm64 MUSL Artifact @@ -155,7 +155,7 @@ jobs: if: runner.os == 'Linux' uses: actions/download-artifact@v3 with: - name: aws-distro-opentelemetry-dotnet-instrumentation-linux-x64-musl + name: aws-distro-opentelemetry-dotnet-instrumentation-linux-musl-x64.zip path: ./artifacts/linux/x64-musl - name: Download Linux arm64 Artifact @@ -185,7 +185,7 @@ jobs: if: runner.os == 'Windows' uses: actions/download-artifact@v3 with: - name: aws-distro-opentelemetry-dotnet-instrumentation-windows + name: aws-distro-opentelemetry-dotnet-instrumentation-windows.zip path: ./artifacts/windows - name: Unzip Windows Artifact