Skip to content

Commit

Permalink
Rename download task
Browse files Browse the repository at this point in the history
  • Loading branch information
prskr committed Mar 15, 2022
1 parent 4665345 commit 424618c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: arduino/setup-task@v1

- name: Build & test
run: task download-reveal test
run: task download-assets test

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Task
uses: arduino/setup-task@v1
- name: Download assets
run: task download-reveal
run: task download-assets
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ tasks:
cmds:
- goreleaser --snapshot --skip-publish --rm-dist

download-reveal:
download-assets:
sources:
- Taskfile.yml
cmds:
Expand Down

0 comments on commit 424618c

Please sign in to comment.