We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce0f2cb commit b00b246Copy full SHA for b00b246
.github/workflows/release.yml
@@ -47,21 +47,22 @@ jobs:
47
key: ${{ runner.os }}-deps-${{ hashFiles('deps.edn') }}
48
restore-keys: |
49
${{ runner.os }}-deps-
50
+
51
- name: Build Xapipe
52
run: make bundle BUNDLE_RUNTIMES=false
53
54
- name: Download ubuntu-latest Artifact
- uses: actions/download-artifact@v3
55
+ uses: actions/download-artifact@v4
56
with:
57
name: ubuntu-22.04-jre
58
59
- name: Download macOS-latest Artifact
60
61
62
name: macos-14-jre
63
64
- name: Download windows-latest Artifact
65
66
67
name: windows-2022-jre
68
0 commit comments