Skip to content

Commit 3a7817a

Browse files
authored
Merge pull request #279 from per1234/release-task-name
Use correct task name to build project in release workflow
2 parents 8ea1f4c + e7ce0de commit 3a7817a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

workflow-templates/dependabot/workflow-template-copies/.github/workflows/release-go-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
version: 3.x
5656

5757
- name: Build
58-
run: task dist:all
58+
run: task dist:${{ matrix.os }}
5959

6060
- name: Upload artifacts
6161
uses: actions/upload-artifact@v3

workflow-templates/release-go-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
version: 3.x
5656

5757
- name: Build
58-
run: task dist:all
58+
run: task dist:${{ matrix.os }}
5959

6060
- name: Upload artifacts
6161
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)