Skip to content

Commit c44da97

Browse files
committed
test
1 parent 2450fff commit c44da97

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/build-publish-develop-pr.yml

+6
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,12 @@ jobs:
135135
goreleaser-config: .goreleaser.develop.yaml
136136
goreleaser-key: ${{ secrets.GORELEASER_KEY }}
137137

138+
- name: ls directories
139+
run: |
140+
ls -la dist
141+
ls -la dist/${{ matrix.dist_name }}
142+
143+
138144
merge:
139145
runs-on: ubuntu-latest
140146
needs: [split, image-tag]

.github/workflows/build-publish-goreleaser.yml

+5
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,8 @@ jobs:
128128
goreleaser-release-type: release
129129
goreleaser-config: .goreleaser.production.yaml
130130
goreleaser-key: ${{ secrets.GORELEASER_KEY }}
131+
132+
- name: ls directories
133+
run: |
134+
ls -la dist
135+
ls -la dist/${{ matrix.dist_name }}

0 commit comments

Comments
 (0)