Skip to content

Commit 1082702

Browse files
authored
Merge pull request #13 from tcsabina/master
Fixed release upload preparation
2 parents 7b27758 + a24545a commit 1082702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
env:
7171
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
7272
run: |
73-
mkdir -p upload/releases/${{ matrix.os }}/${{ matrix.arch }}
73+
mkdir -p upload/releases/${{ github.ref_name }}/${{ matrix.os }}/${{ matrix.arch }}
7474
mkdir -p upload/releases/latest/${{ matrix.os }}/${{ matrix.arch }}
7575
cp build/${{ matrix.target }}/mvdparser${{ matrix.ext }} upload/releases/${{ github.ref_name }}/${{ matrix.os }}/${{ matrix.arch }}/mvdparser${{ matrix.ext }}
7676
cp build/${{ matrix.target }}/mvdparser.md5 upload/releases/${{ github.ref_name }}/${{ matrix.os }}/${{ matrix.arch }}/mvdparser.md5

0 commit comments

Comments
 (0)