Skip to content

Commit

Permalink
ci: missing script for ubuntu oracular
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Nov 26, 2024
1 parent ccc702d commit 4342c65
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci/oracular.deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash -eux
export TAG=$(echo "$GITHUB_REF" | sed "s/.*\///;s/^v//")

find . -name '*.deb'
mv *.deb "ossia score-$TAG-ubuntu2410-amd64.deb" || true
mv build/*.deb "ossia score-$TAG-ubuntu2410-amd64.deb" || true

0 comments on commit 4342c65

Please sign in to comment.