Skip to content

Commit

Permalink
Updated the release and main build workflows for uploading scripts (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsakerMohd authored Sep 3, 2024
1 parent 796605b commit 0936607
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0936607

Please sign in to comment.