Skip to content

Commit

Permalink
Merge pull request #133 from goatcorp/fix-release-again
Browse files Browse the repository at this point in the history
  • Loading branch information
Blooym authored Mar 19, 2024
2 parents 786bef1 + 954313f commit cdadcf8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,15 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.x


- name: Setup Flatpak
run: |
sudo apt update -y
sudo apt install flatpak -y
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install --user org.freedesktop.Sdk.Extension.dotnet6/x86_64/22.08 -y
flatpak install --user org.freedesktop.Sdk/x86_64/22.08 -y
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit cdadcf8

Please sign in to comment.