Skip to content

Commit

Permalink
Fix uploading "Passenger generic binaries CI" Linux artifacts
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
FooBarWidget committed Nov 13, 2024
1 parent 3229702 commit 181f0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: binaries-linux-${{ matrix.arch }}
path: packages/binaries/linux/output/**/*
path: packaging/binaries/linux/output/**/*

- name: Update cache
run: ./dev/ci/update-cache-az-blob-storage
Expand Down

0 comments on commit 181f0cf

Please sign in to comment.