Skip to content

Commit

Permalink
ci: fix scripts path
Browse files Browse the repository at this point in the history
  • Loading branch information
WoozyMasta committed Nov 29, 2024
1 parent 6fdd154 commit 32f0887
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
go-version: '1.23'

- name: Install dependencies
run: bash scripts/dependencies.sh
run: bash ./tools/dependencies.sh

- name: Build
run: bash scripts/build.sh
run: bash ./tools/build.sh

- name: Extract changelog
id: changelog
run: bash scripts/release_notes.sh > release.md
run: bash ./tools/release_notes.sh > release.md

- name: Create GitHub release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 32f0887

Please sign in to comment.