Skip to content

Commit

Permalink
fix CI (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
twynb authored Oct 10, 2023
1 parent df84113 commit 43ba5e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ jobs:
- name: Test (Frontend)
run: npm run test:fe

- name: Build
run: npm run build:app
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

env:
TAG_NAME: v1.0.0
TAG_NAME: v1.1.0

jobs:
build:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: 4lex0017/AudioStreamSplitting
GITHUB_REPOSITORY: twynb/AudioStreamSplitting
with:
files: |
audio_splitter_linux/audio_splitter_linux
Expand Down

0 comments on commit 43ba5e3

Please sign in to comment.