Skip to content

Commit

Permalink
Worked ✅ - let's run it again 🧙
Browse files Browse the repository at this point in the history
  • Loading branch information
aadnekar committed Jan 23, 2024
1 parent f515336 commit 9332d5d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
release:
runs-on: ['ubuntu-latest']
steps:
- uses: actions/checkout@v4
- name: Download artifacts
uses: dawidd6/action-download-artifact@v3
with:
Expand All @@ -25,9 +24,7 @@ jobs:
- name: Merge latest-mac.yml
run: |
ls -R
rm package.json package-lock.json
mv nrfconnect-macOS-x64/latest-mac-x64.yml nrfconnect-macOS-arm64/
mv scripts/mergeLatestYmls.js nrfconnect-macOS-arm64/
cd nrfconnect-macOS-arm64
yq eval-all '(select(fileIndex == 0).files as $x) | (select(fileIndex == 1).files) += $x' latest-mac-arm64.yml latest-mac-x64.yml | awk '/---/ {p = !p; next} p' > latest-mac.yml
rm latest-mac-x64.yml latest-mac-arm64.yml
Expand Down
35 changes: 0 additions & 35 deletions scripts/mergeLatestYmls.js

This file was deleted.

0 comments on commit 9332d5d

Please sign in to comment.