Skip to content

Commit e1113da

Browse files
Update release_deb.yml
1 parent 8bc74af commit e1113da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_deb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
2525
- name: "Pack to deb"
2626
run: |
27-
pkgname="breath-os-default-settings-${{ steps.get_version.outputs.VERSION }}-amd64"
27+
pkgname="breath-os-artwork-${{ steps.get_version.outputs.VERSION }}-amd64"
2828
echo "::set-output name=pkgname::${pkgname}"
2929
mkdir -p ${pkgname}/usr/share
3030
mv backgrounds ${pkgname}/usr/share
@@ -46,7 +46,7 @@ jobs:
4646
uses: softprops/action-gh-release@v1
4747
with:
4848
files: ${{ github.workspace }}/*.deb
49-
name: Breath OS Default settings ${{steps.get_version.outputs.VERSION}}
49+
name: Breath OS Artwork ${{steps.get_version.outputs.VERSION}}
5050
draft: false
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)