Skip to content

Commit

Permalink
KKERTI update upload/download artifact to v4, added apple_team_id
Browse files Browse the repository at this point in the history
  • Loading branch information
kkerti committed Dec 27, 2023
1 parent c1b59fc commit 4e27d58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpha-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: npm ci && npm run build

- name: Upload profile cloud folder
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: profile-cloud
path: public/
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/stable-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: npm ci && npm run build

- name: Upload profile cloud folder
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: profile-cloud
path: public/
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
node-version: "18.16.1"

- name: Download profile cloud artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: profile-cloud
path: profile-cloud/
Expand All @@ -81,6 +81,7 @@ jobs:

# Apple ID
APPLE_ID: ${{secrets.APPLE_ID}}
APPLE_TEAM_ID: ${{secrets.APPLE_TEAM_ID}}
APPLE_APP_SPECIFIC_PASSWORD: ${{secrets.APPLE_APP_SPECIFIC_PASSWORD}}

# macOS Code signing
Expand Down

0 comments on commit 4e27d58

Please sign in to comment.