Skip to content

Commit

Permalink
test build
Browse files Browse the repository at this point in the history
  • Loading branch information
hrkfdn committed Feb 4, 2024
1 parent 28b223e commit f088149
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: CD

on:
push:
tags:
- "v*.*.*"
# tags:
# - "v*.*.*"

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -101,9 +101,7 @@ jobs:
shasum -a 256 ncspot-${{ steps.extract_tag.outputs.tag }}-${{ matrix.build_target }}.tar.gz > ncspot-${{ steps.extract_tag.outputs.tag }}-${{ matrix.build_target }}.sha256
;;
esac;
- name: Releasing assets
uses: softprops/action-gh-release@v1
- uses: actions/upload-artifact@v4
with:
files: target/${{ matrix.target }}/release/ncspot-*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
name: ncspot-${{ matrix.target }}.tar.gz
path: target/${{ matrix.target }}/release/ncspot-*

0 comments on commit f088149

Please sign in to comment.