Skip to content

Commit

Permalink
Update runner configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ghokun committed Jul 16, 2024
1 parent 38152f2 commit 14e926a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
version: latest
files: |
./build/native/nativeCompile/convert${{ matrix.suffix }}
./build/native/nativeCompile/convert
args: --best

- name: 'Add convert to PATH'
Expand All @@ -60,7 +60,7 @@ jobs:
- name: 'Upload build artifact'
uses: actions/upload-artifact@v4
with:
name: artifacts
name: artifacts-'${{ matrix.os }}'
path: build/**/*.zip

release:
Expand Down
6 changes: 3 additions & 3 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ release:
distributions:
convert:
artifacts:
- path: "artifacts/dist/{{distributionName}}-{{projectVersion}}-darwin-x86_64.zip"
- path: "artifacts-macos-13/dist/{{distributionName}}-{{projectVersion}}-darwin-x86_64.zip"
platform: "osx-x86_64"
- path: "artifacts/dist/{{distributionName}}-{{projectVersion}}-darwin-aarch64.zip"
- path: "artifacts-macos-latest/dist/{{distributionName}}-{{projectVersion}}-darwin-aarch64.zip"
platform: "osx-aarch_64"
- path: "artifacts/dist/{{distributionName}}-{{projectVersion}}-linux-x86_64.zip"
- path: "artifacts-ubuntu-latest/dist/{{distributionName}}-{{projectVersion}}-linux-x86_64.zip"
platform: "linux-x86_64"
brew:
active: RELEASE
Expand Down

0 comments on commit 14e926a

Please sign in to comment.