Skip to content

Commit

Permalink
chore: Adjust archive path
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Jul 20, 2024
1 parent a44b739 commit 5a10793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runtime-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
- name: Create artifact structure
run: |
set -e
cd ~/runtime/artifacts/packages/Release/Shipping
cd ./runtime/artifacts/packages/Release/Shipping
rm *.symbols.nupkg
rm *.Templates.*.nupkg
rm *.ToolChain.net6.Manifest.*.nupkg
Expand All @@ -239,7 +239,7 @@ jobs:
ARTIFACTS_FOLDER=`pwd`/ci-artifacts
mkdir -p $ARTIFACTS_FOLDER
cd ~/runtime/artifacts/packages/Release/Shipping/uno
cd ./runtime/artifacts/packages/Release/Shipping/uno
/usr/bin/zip -r $ARTIFACTS_FOLDER/dotnet-runtime-wasm-linux-$CURRENT_COMMIT-$BASE_DOTNET_SHORT_COMMIT-$GITHUB_RUN_ID-$BUILD_CONFIGURATION$ARCHIVE_CONFIGURATION.zip *
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 5a10793

Please sign in to comment.