Skip to content

Commit

Permalink
ci: fix artifacts upload for linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone committed Nov 9, 2022
1 parent 493b917 commit 7f2fb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_packages.yaml
Expand Up @@ -295,7 +295,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: ${{ matrix.profile }}-${{ matrix.otp }}
path: source/_packages/${{ matrix.profile }}/.
path: source/_packages/${{ matrix.profile }}/

publish_artifacts:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 7f2fb0e

Please sign in to comment.