We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd4922d + 927e16a commit 68a36a0Copy full SHA for 68a36a0
.github/workflows/build.yml
@@ -89,7 +89,7 @@ jobs:
89
if: matrix.build != 'aarch64-linux'
90
run: cargo build
91
92
- - uses: actions/upload-artifact@v4.3.3
+ - uses: actions/upload-artifact@v4.3.4
93
with:
94
name: bins-${{ matrix.build }}
95
# Two paths, the first for x86_64 jobs, the second for aarch64.
.github/workflows/deploy.yml
@@ -77,7 +77,7 @@ jobs:
77
cp "target/${{ matrix.target }}/release/$BIN_NAME" "dist/"
78
fi
79
80
81
82
name: cotp-${{ matrix.build }}
83
path: dist
0 commit comments