Skip to content

Commit

Permalink
Fix scripts path in .github/nightly_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
grunt-lucas committed Oct 16, 2024
1 parent c7e700c commit 5e00774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Create release package
run: |
./script/package.sh linux-amd64 nightly-${{github.sha}} .
./Scripts/package.sh linux-amd64 nightly-${{github.sha}} .
- name: Create release
uses: softprops/action-gh-release@v1
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:

- name: Create release package
run: |
./script/package.sh macos-arm64 nightly-${{github.sha}} .
./Scripts/package.sh macos-arm64 nightly-${{github.sha}} .
- name: Create release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 5e00774

Please sign in to comment.