Skip to content

Commit

Permalink
keep artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanfbrito committed Apr 2, 2024
1 parent de81a10 commit 51a127c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
env:
CSC_LINK: ${{ secrets.MAC_CSC_LINK }}
CSC_KEY_PASSWORD: ${{ secrets.MAC_CSC_KEY_PASSWORD }}
IS_PULL_REQUEST: false
APPLEID: ${{ secrets.APPLEID }}
APPLEIDPASS: ${{ secrets.APPLEIDPASS }}
ASC_PROVIDER: 'S6UPZG7ZR3'
Expand All @@ -76,7 +77,6 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os }}
path: |
dist/rocketchat-*.dmg
dist/rocketchat-*.exe
Expand Down

0 comments on commit 51a127c

Please sign in to comment.