Skip to content

Commit

Permalink
change filename
Browse files Browse the repository at this point in the history
  • Loading branch information
TitleHHHH authored and TitleHHHH committed Oct 25, 2024
1 parent 42a9542 commit c26de03
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/devbuilds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,11 @@ jobs:
- name: Run pupnet
if: ${{ matrix.os == 'ubuntu-latest'}}
run: pupnet --runtime linux-x64 --kind deb
run: pupnet --runtime linux-x64 --kind deb --output "HolyClient.Desktop-x64.deb"

- name: Upload Deb
if: ${{ matrix.os == 'ubuntu-latest'}}
uses: actions/upload-artifact@v4
with:
name: 'Linux-x64'
path: 'Deploy/bin/HolyClient.Desktop-x64.deb'

0 comments on commit c26de03

Please sign in to comment.