Skip to content

Commit

Permalink
Merge pull request #2821 from ann0see/renameUbuntuArtifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ann0see committed Sep 3, 2022
2 parents d17b80d + 1a57382 commit e8f7e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/autobuild/linux_deb.sh
Expand Up @@ -65,7 +65,7 @@ pass_artifacts_to_job() {
mkdir deploy

# rename headless first, so wildcard pattern matches only one file each
local artifact_1="jamulus_headless_${JAMULUS_BUILD_VERSION}_ubuntu_${TARGET_ARCH}.deb"
local artifact_1="jamulus-headless_${JAMULUS_BUILD_VERSION}_ubuntu_${TARGET_ARCH}.deb"
echo "Moving headless build artifact to deploy/${artifact_1}"
mv ../jamulus-headless*"_${TARGET_ARCH}.deb" "./deploy/${artifact_1}"
echo "::set-output name=artifact_1::${artifact_1}"
Expand Down

0 comments on commit e8f7e2f

Please sign in to comment.