Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Download build number
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: BUILD_NUMBER
- name: Restore build number
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- uses: actions/checkout@v1
# restore the build id
- name: Download build number
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: BUILD_NUMBER
- name: Restore build number
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- uses: actions/checkout@v1
# restore the build id
- name: Download build number
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: BUILD_NUMBER
- name: Restore build number
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
name: Deploy Android to Play Store
steps:
- uses: actions/checkout@v1
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v4.1.7
with:
name: santa-release.aab
path: build/app/outputs/bundle/release
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
- uses: actions/checkout@v1
# restore the build id
- name: Download build number
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: BUILD_NUMBER
- name: Restore build number
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v4.1.7
with:
name: santa-release-signed.ipa
path: ios
Expand Down