Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
Typo on Prd action name
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-alvarenga committed Sep 6, 2022
1 parent 8adc687 commit 4ac33b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ jobs:
goos: linux
goarch: amd64
goversion: "1.19"
compress_assets: false
binary_name: "latest-dev"

3 changes: 2 additions & 1 deletion .github/workflows/prd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dev Build
name: Prd build

on:
push:
Expand Down Expand Up @@ -30,5 +30,6 @@ jobs:
goos: linux
goarch: amd64
goversion: "1.19"
compress_assets: false
binary_name: "${{ GITHUB_ENV }}"

0 comments on commit 4ac33b2

Please sign in to comment.