Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt committed Jan 8, 2025
1 parent 2450fff commit c44da97
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-publish-develop-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,12 @@ jobs:
goreleaser-config: .goreleaser.develop.yaml
goreleaser-key: ${{ secrets.GORELEASER_KEY }}

- name: ls directories
run: |
ls -la dist
ls -la dist/${{ matrix.dist_name }}

merge:
runs-on: ubuntu-latest
needs: [split, image-tag]
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/build-publish-goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,8 @@ jobs:
goreleaser-release-type: release
goreleaser-config: .goreleaser.production.yaml
goreleaser-key: ${{ secrets.GORELEASER_KEY }}

- name: ls directories
run: |
ls -la dist
ls -la dist/${{ matrix.dist_name }}

0 comments on commit c44da97

Please sign in to comment.