Skip to content

Commit

Permalink
chore(MacOS): Add -intel/-silicon suffix to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
AChep authored Oct 6, 2024
1 parent dce41c3 commit eb36b85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/new_tag_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
name: logs-mac
name: logs-mac-silicon
path: desktopApp/build/compose/logs/**/*.txt
retention-days: 30
- name: "Upload binaries"
uses: actions/upload-artifact@v4
with:
name: binaries-mac
name: binaries-mac-silicon
path: desktopApp/build/compose/binaries/main/**
retention-days: 1
- name: "Add a suffix to the artifacts"
Expand Down Expand Up @@ -120,13 +120,13 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
name: logs-mac
name: logs-mac-intel
path: desktopApp/build/compose/logs/**/*.txt
retention-days: 30
- name: 'Upload binaries'
uses: actions/upload-artifact@v4
with:
name: binaries-mac
name: binaries-mac-intel
path: desktopApp/build/compose/binaries/main/**
retention-days: 1
- name: 'Upload .dmg'
Expand Down

0 comments on commit eb36b85

Please sign in to comment.