Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnoyingRain5 committed Nov 29, 2023
1 parent fb19b34 commit 570a763
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ jobs:
run: sudo flatpak install --noninteractive --assumeyes flathub org.freedesktop.Platform//22.08 org.freedesktop.Sdk//22.08
- name: Get PupNet
run: dotnet tool install -g KuiperZone.PupNet

- name: Build RPM
run: pupnet -y -k rpm -o CrankItUp.rpm
- name: Build deb
run: pupnet -y -k deb -o CrankItUp.deb
- name: Build Appimage
- name: Build AppImage
run: pupnet -y -k appimage -o CrankItUp.appimage
- name: Build flatpak
- name: Build Flatpak
run: pupnet -y -k flatpak -o CrankItUp.flatpak
- name: Build zip
run: pupnet -y -k zip -o CrankItUp.zip
Expand All @@ -41,31 +42,31 @@ jobs:
uses: actions/[email protected]
with:
name: CrankItUp.rpm
path: CrankItUp.Desktop/Deploy/bin/CrankItUp.rpm
path: Deploy/bin/CrankItUp.rpm

- name: Upload deb
uses: actions/[email protected]
with:
name: CrankItUp.deb
path: CrankItUp.Desktop/Deploy/bin/CrankItUp.deb
path: Deploy/bin/CrankItUp.deb

- name: Upload appimage
uses: actions/[email protected]
with:
name: CrankItUp.appimage
path: CrankItUp.Desktop/Deploy/bin/CrankItUp.appimage
path: Deploy/bin/CrankItUp.appimage

- name: Upload flatpak
uses: actions/[email protected]
with:
name: CrankItUp.flatpak
path: CrankItUp.Desktop/Deploy/bin/CrankItUp.flatpak
path: Deploy/bin/CrankItUp.flatpak

- name: Upload zip
uses: actions/[email protected]
with:
name: CrankItUp.zip
path: CrankItUp.Desktop/Deploy/bin/CrankItUp.zip
path: Deploy/bin/CrankItUp.zip

build-windows:
runs-on: windows-latest
Expand Down

0 comments on commit 570a763

Please sign in to comment.