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 58a9918
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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,9 @@ 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
with:
files: target/${{ matrix.target }}/release/ncspot-*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Releasing assets
# uses: softprops/action-gh-release@v1
# with:
# files: target/${{ matrix.target }}/release/ncspot-*
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 58a9918

Please sign in to comment.