Skip to content

Commit

Permalink
Merge pull request #13 from tcsabina/master
Browse files Browse the repository at this point in the history
Fixed release upload preparation
  • Loading branch information
tcsabina authored Mar 12, 2022
2 parents 7b27758 + a24545a commit 1082702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
env:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
run: |
mkdir -p upload/releases/${{ matrix.os }}/${{ matrix.arch }}
mkdir -p upload/releases/${{ github.ref_name }}/${{ matrix.os }}/${{ matrix.arch }}
mkdir -p upload/releases/latest/${{ matrix.os }}/${{ matrix.arch }}
cp build/${{ matrix.target }}/mvdparser${{ matrix.ext }} upload/releases/${{ github.ref_name }}/${{ matrix.os }}/${{ matrix.arch }}/mvdparser${{ matrix.ext }}
cp build/${{ matrix.target }}/mvdparser.md5 upload/releases/${{ github.ref_name }}/${{ matrix.os }}/${{ matrix.arch }}/mvdparser.md5
Expand Down

0 comments on commit 1082702

Please sign in to comment.