Skip to content
Closed
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
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: ./gradlew check

- name: Tests reports
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
if: failure()
with:
name: linux-test-reports
Expand All @@ -50,7 +50,7 @@ jobs:
run: ./gradlew nativeCompile

- name: Upload linux native image artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: migtool-linux-x86
path: build/native/nativeCompile/migtool
Expand All @@ -62,7 +62,7 @@ jobs:
NATIVE_BINARY_PATH: build/native/nativeCompile/migtool

- name: TestsNative reports
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
if: failure()
with:
name: linux-testsNative-reports
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
xcrun notarytool submit "notarization.zip" --keychain-profile "notarytool-profile" --wait

- name: Upload MacOS native image artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: migtool-macos-arm64
path: build/native/nativeCompile/migtool
Expand Down
Loading