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 7b27758 + a24545a commit 1082702Copy full SHA for 1082702
.github/workflows/build-and-deploy-release.yml
@@ -70,7 +70,7 @@ jobs:
70
env:
71
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
72
run: |
73
- mkdir -p upload/releases/${{ matrix.os }}/${{ matrix.arch }}
+ mkdir -p upload/releases/${{ github.ref_name }}/${{ matrix.os }}/${{ matrix.arch }}
74
mkdir -p upload/releases/latest/${{ matrix.os }}/${{ matrix.arch }}
75
cp build/${{ matrix.target }}/mvdparser${{ matrix.ext }} upload/releases/${{ github.ref_name }}/${{ matrix.os }}/${{ matrix.arch }}/mvdparser${{ matrix.ext }}
76
cp build/${{ matrix.target }}/mvdparser.md5 upload/releases/${{ github.ref_name }}/${{ matrix.os }}/${{ matrix.arch }}/mvdparser.md5
0 commit comments