File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 50
50
# Put something in the changelog
51
51
export DEBEMAIL="builds@casparcg.com"
52
52
export DEBFULLNAME="CasparCG Builds"
53
- dch -v "1.2.3-dev+asda " --create -D ${{ matrix.distribution }} --package casparcg-server-beta "Build"
53
+ dch -v "$BUILD_VERSION " --create -D ${{ matrix.distribution }} --package casparcg-server-beta "Build"
54
54
55
55
# Install build dependencies
56
56
sudo apt-get build-dep .
83
83
cp README.md dist/
84
84
cp tools/linux/deb/INSTALLING dist/
85
85
86
- # check if a release branch, or master, or a tag
87
- if [[ "${{ github.ref_name }}" == "master" || "${{ github.ref_name }}" == "2.3.x-lts" ]]
88
- then
86
+ # # check if a release branch, or master, or a tag
87
+ # if [[ "${{ github.ref_name }}" == "master" || "${{ github.ref_name }}" == "2.3.x-lts" ]]
88
+ # then
89
89
# Only proceed if we have an sftp password
90
90
if [ -n "${{ secrets.SFTP_PASSWORD }}" ]
91
91
then
98
98
ssh-keyscan -H ${{ secrets.SFTP_HOST }} > $HOME/.ssh/known_hosts
99
99
sshpass -p "${{ secrets.SFTP_PASSWORD }}" scp -r "${{ steps.setup-env.outputs.BUILD_FILENAME }}.zip" "${{ secrets.SFTP_USERNAME }}@${{ secrets.SFTP_HOST }}:${{ secrets.SFTP_ROOT }}/${{ github.ref_name }}/${{ steps.setup-env.outputs.BUILD_FILENAME }}.zip"
100
100
fi
101
- fi
101
+ # fi
102
102
103
103
env :
104
104
CI : 1
You can’t perform that action at this time.
0 commit comments