Skip to content

Commit

Permalink
Fix artifacts for Apple Silicon in releases
Browse files Browse the repository at this point in the history
Refs: #63
  • Loading branch information
azat committed May 1, 2024
1 parent 2266eb8 commit 25d3c8b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,10 @@ jobs:
ls -al
./chdig-macos-x86_64 --help
- name: Archive MacOS packages
- name: Archive MacOS x86_64 packages
uses: actions/upload-artifact@v3
with:
name: macos-packages
name: macos-packages-x86_64
path: |
chdig-macos-x86_64.gz
Expand Down Expand Up @@ -208,10 +208,10 @@ jobs:
ls -al
./chdig-macos-arm64 --help
- name: Archive MacOS packages
- name: Archive MacOS Arm64 packages
uses: actions/upload-artifact@v3
with:
name: macos-packages
name: macos-packages-arm64
path: |
chdig-macos-arm64.gz
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
automatic_release_tag: "latest"
title: "Development Build"
files: |
macos-packages/chdig-macos-x86_64.gz
macos-packages-x86_64/chdig-macos-x86_64.gz
macos-packages-arm64/chdig-macos-arm64.gz
windows-packages/chdig-windows.exe.zip
linux-packages/chdig
linux-packages/*.deb
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
macos-packages/chdig-macos-x86_64.gz
macos-packages-x86_64/chdig-macos-x86_64.gz
macos-packages-arm64/chdig-macos-arm64.gz
windows-packages/chdig-windows.exe.zip
linux-packages/chdig
linux-packages/*.deb
Expand Down

0 comments on commit 25d3c8b

Please sign in to comment.