Skip to content

Commit

Permalink
re-add old getversion step
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Dec 31, 2024
1 parent d1e5472 commit 5ba92a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/_publish-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ jobs:
run: sudo apt-get install -y flatpak flatpak-builder elfutils
if: startsWith(matrix.os, 'ubuntu')
- name: Install flathub repo
# Need to install flatpak dependencies manually
# https://github.com/electron/forge/issues/2662#issuecomment-1003900006
run: |
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo && flatpak update --appstream
sudo flatpak install org.freedesktop.Sdk/x86_64/23.08 -y
Expand Down Expand Up @@ -142,6 +144,10 @@ jobs:
# chocolatey
- name: Read VERSION file
id: getversion
run: |
echo "::set-output name=version::$(cat VERSION)"
- name: Read VERSION file
id: getversionv2
run: |
echo "version=$(cat VERSION)" >> $GITHUB_OUTPUT
- name: Add mask
Expand Down

0 comments on commit 5ba92a2

Please sign in to comment.