Skip to content

Commit 870da78

Browse files
committed
Cache update in workflow
1 parent 84c7bb5 commit 870da78

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: jdx/mise-action@v3
2121

2222
- name: Cache gems
23-
uses: actions/cache@v3
23+
uses: actions/cache@v4
2424
with:
2525
path: ~/.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0
2626
key: ${{ runner.os }}-mise-gems-${{ hashFiles('Gemfile.lock') }}
@@ -41,9 +41,10 @@ jobs:
4141
restore-keys: |
4242
tuist-cache-
4343
44-
- name: Run Fastlane Upload
44+
- name: Run Fastlane Install
4545
run: |
46-
bundle exec fastlane upload_oneoff
46+
tuist install
47+
bundle exec fastlane notify_all
4748
env:
4849
FASTLANE_USER: ${{ secrets.FASTLANE_USER }}
4950
FASTLANE_TEAM_ID: ${{ secrets.FASTLANE_TEAM_ID }}

0 commit comments

Comments
 (0)