Skip to content

Commit

Permalink
Change artifact TAR path
Browse files Browse the repository at this point in the history
  • Loading branch information
AnClark committed Apr 9, 2024
1 parent c0448fe commit 5980128
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
name: ${{ github.event.repository.name }}-linux-x86_64-${{ github.event.pull_request.number || env.action_tag }}
path: |
CetoneSynthLight/*.tar.gz
build/*.tar.gz
- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
with:
name: ${{ github.event.repository.name }}-win64-${{ github.event.pull_request.number || env.action_tag }}
path: |
CetoneSynthLight/*.tar.gz
build/*.tar.gz
- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
with:
name: ${{ github.event.repository.name }}-macOS-universal-${{ github.event.pull_request.number || env.action_tag }}
path: |
CetoneSynthLight/*-macOS.pkg
build/*-macOS.pkg
- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 5980128

Please sign in to comment.