Skip to content

Commit

Permalink
goreleaser project name (#22)
Browse files Browse the repository at this point in the history
* goreleaser project name

* fix deprecated flag
  • Loading branch information
igor-sirotin authored May 17, 2024
1 parent 445caa4 commit e637b71
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
args: release --skip-publish --clean --config=ci/.goreleaser-darwin.yml
args: release --skip=publish --clean --config=ci/.goreleaser-darwin.yml

- name: Upload
uses: actions/upload-artifact@v4
Expand All @@ -59,7 +59,7 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
args: release --skip-publish --clean --config=ci/.goreleaser-linux.yml
args: release --skip=publish --clean --config=ci/.goreleaser-linux.yml

- name: Upload
uses: actions/upload-artifact@v4
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea/
dist
dist
.DS_Store
Binary file removed 2sp
Binary file not shown.
1 change: 1 addition & 0 deletions ci/.goreleaser-darwin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
version: 1
project_name: 2sp

before:
hooks:
Expand Down
1 change: 1 addition & 0 deletions ci/.goreleaser-linux.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
version: 1
project_name: 2sp

before:
hooks:
Expand Down
1 change: 1 addition & 0 deletions ci/.goreleaser-windows.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
version: 1
project_name: 2sp

before:
hooks:
Expand Down
1 change: 1 addition & 0 deletions ci/.goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
version: 1
project_name: 2sp

builds:
- skip: true
Expand Down

0 comments on commit e637b71

Please sign in to comment.