more actions/*
This commit is contained in:
@@ -51,7 +51,7 @@ jobs:
|
|||||||
- name: ⛏️ Setup EAS local builds
|
- name: ⛏️ Setup EAS local builds
|
||||||
run: yarn global add eas-cli-local-build-plugin
|
run: yarn global add eas-cli-local-build-plugin
|
||||||
|
|
||||||
- uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8.0
|
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
|
||||||
with:
|
with:
|
||||||
distribution: "temurin"
|
distribution: "temurin"
|
||||||
java-version: "17"
|
java-version: "17"
|
||||||
@@ -106,7 +106,7 @@ jobs:
|
|||||||
- name: 🚀 Upload Production Artifact
|
- name: 🚀 Upload Production Artifact
|
||||||
id: upload-artifact-production
|
id: upload-artifact-production
|
||||||
if: ${{ inputs.profile == 'production' }}
|
if: ${{ inputs.profile == 'production' }}
|
||||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||||
with:
|
with:
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
compression-level: 6
|
compression-level: 6
|
||||||
@@ -116,7 +116,7 @@ jobs:
|
|||||||
- name: 🚀 Upload Testflight Artifact
|
- name: 🚀 Upload Testflight Artifact
|
||||||
id: upload-artifact-testflight
|
id: upload-artifact-testflight
|
||||||
if: ${{ inputs.profile != 'production' }}
|
if: ${{ inputs.profile != 'production' }}
|
||||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||||
with:
|
with:
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
compression-level: 6
|
compression-level: 6
|
||||||
@@ -170,7 +170,7 @@ jobs:
|
|||||||
- name: 🚀 Upload Production APK Artifact
|
- name: 🚀 Upload Production APK Artifact
|
||||||
id: upload-artifact-production-apk
|
id: upload-artifact-production-apk
|
||||||
if: ${{ inputs.profile == 'production' }}
|
if: ${{ inputs.profile == 'production' }}
|
||||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||||
with:
|
with:
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
compression-level: 6
|
compression-level: 6
|
||||||
|
|||||||
Reference in New Issue
Block a user