We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a83470d commit 9bf8832Copy full SHA for 9bf8832
.github/workflows/go.yml
@@ -41,7 +41,7 @@ jobs:
41
if: matrix.os == 'windows-latest'
42
run: mkdir -p bin/${{matrix.os}} && cp mlr.exe bin/${{matrix.os}}
43
44
- - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
+ - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
45
with:
46
name: mlr-${{matrix.os}}
47
path: bin/${{matrix.os}}/*
0 commit comments