Skip to content

Commit

Permalink
chore(GHA): syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ibressler authored Feb 10, 2025
1 parent b4fa6a4 commit b6bdc54
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,18 @@ jobs:
name: package-${{ matrix.os }}
path: dist/*

publish:
needs: [build]
runs-on: 'ubuntu-latest'
steps:
- name: Download previuously built package artifacts
uses: actions/download-artifact@v4
with:
pattern: packages-*
merge-multiple: true
path: dist
- name: Check contents
run: pwd; ls -la; ls -la dist
publish:
needs: [build]
runs-on: 'ubuntu-latest'
steps:
- name: Download previuously built package artifacts
uses: actions/download-artifact@v4
with:
pattern: packages-*
merge-multiple: true
path: dist
- name: Check contents
run: pwd; ls -la; ls -la dist

# publish:
# needs: [build]
Expand Down

0 comments on commit b6bdc54

Please sign in to comment.