Skip to content

Commit

Permalink
put dist file in dist path
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr committed May 12, 2024
1 parent a47f191 commit 8f6fe06
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/_buildx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # 4.1.7
with:
name: dist
path: ./dist

# Every pull request that goes into master
- name: Prepare master push tags
Expand Down Expand Up @@ -45,9 +46,6 @@ jobs:
REPO=ghcr.io/${{ github.repository }}
echo "tag_flags=--tag $REPO:pr-${{ github.event.pull_request.number }}" >> $GITHUB_ENV
- name: ls
run: ls -la

- name: Buildx
run: |
set -x
Expand Down

0 comments on commit 8f6fe06

Please sign in to comment.