Skip to content

Commit

Permalink
release artifacts fix
Browse files Browse the repository at this point in the history
  • Loading branch information
macwis committed Jan 11, 2024
1 parent 0348239 commit 53e6db4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go

name: Go
name: Build and test

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Build and release

on:
push:
branches:
Expand Down Expand Up @@ -28,4 +30,4 @@ jobs:
- uses: ncipollo/release-action@v1
with:
tag: ${{ steps.tag_version.outputs.new_tag }}
artifacts: "./dist/linux/spc-linux-amd64,./dist/macos/compuinvest-macos-arm64"
artifacts: "./dist/linux/spc-linux-amd64,./dist/macos/spc-macos-arm64"

0 comments on commit 53e6db4

Please sign in to comment.