Skip to content

Commit

Permalink
Merge branch 'master' into enhancement/pullRetry
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Jan 10, 2025
2 parents e009be9 + 7892d92 commit a03ab76
Show file tree
Hide file tree
Showing 10 changed files with 619 additions and 334 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jobs:
${{ github.workspace }}/merginmaps-${{ env.INPUT_VERSION_CODE }}.apk
- name: Upload APK to Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ${{ github.workspace }}/merginmaps-${{ env.INPUT_VERSION_CODE }}.apk
name: Mergin Maps ${{ env.INPUT_VERSION_CODE }} APK [v7 + v8a]
Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:
- name: Upload AAB to Artifacts
if: ${{ github.ref_name == 'master' || github.ref_type == 'tag' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ${{ github.workspace }}/merginmaps-${{ env.INPUT_VERSION_CODE }}.aab
name: Mergin Maps ${{ env.INPUT_VERSION_CODE }} AAB
2 changes: 1 addition & 1 deletion .github/workflows/gallery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
tar -czf ${{ github.workspace }}/merginmaps-gallery-${{ matrix.os }}.tar.gz .
- name: Upload APK to Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ${{ github.workspace }}/merginmaps-gallery-${{ matrix.os }}.tar.gz
name: Mergin Maps Gallery ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,6 @@ jobs:
tar -c -z -f ${{ github.workspace }}/${INPUT_TAR} ./
- name: Upload Sdk in Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ${{ github.workspace }}/${{ env.INPUT_TAR }}
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,6 @@ jobs:
tar -c -z -f ${{ github.workspace }}/${INPUT_TAR} "./Input.app"
- name: Upload Sdk in Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ${{ github.workspace }}/${{ env.INPUT_TAR }}
2 changes: 1 addition & 1 deletion .github/workflows/macos_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,6 @@ jobs:
tar -c -z -f ${{ github.workspace }}/${INPUT_TAR} "./Input.app"
- name: Upload Sdk in Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ${{ github.workspace }}/${{ env.INPUT_TAR }}
2 changes: 1 addition & 1 deletion .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
xcopy C:\input-package\inputapp-win-x86_64.exe mergin-maps-input-win64-${{ steps.time.outputs.formattedTime }}-${{ github.run_number }}.exe* /Y
- name: Upload Sdk in Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: mergin-maps-input-win64-${{ steps.time.outputs.formattedTime }}-${{ github.run_number }}.exe
if-no-files-found: error
Expand Down
Loading

1 comment on commit a03ab76

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 25.1.697811 just submitted!

Please sign in to comment.