We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc74af commit e1113daCopy full SHA for e1113da
.github/workflows/release_deb.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: "Pack to deb"
26
run: |
27
- pkgname="breath-os-default-settings-${{ steps.get_version.outputs.VERSION }}-amd64"
+ pkgname="breath-os-artwork-${{ steps.get_version.outputs.VERSION }}-amd64"
28
echo "::set-output name=pkgname::${pkgname}"
29
mkdir -p ${pkgname}/usr/share
30
mv backgrounds ${pkgname}/usr/share
@@ -46,7 +46,7 @@ jobs:
46
uses: softprops/action-gh-release@v1
47
with:
48
files: ${{ github.workspace }}/*.deb
49
- name: Breath OS Default settings ${{steps.get_version.outputs.VERSION}}
+ name: Breath OS Artwork ${{steps.get_version.outputs.VERSION}}
50
draft: false
51
env:
52
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments