chore: readd action step
Some checks failed
Build/release / action-release (push) Failing after 6m36s

This commit is contained in:
2025-09-29 16:37:39 +02:00
parent 9f85d0ad93
commit 55b89360cf

View File

@@ -28,7 +28,7 @@ jobs:
with: with:
node-version: latest node-version: latest
- name: Install build dependencies not present - name: Install system build dependencies
run: | run: |
mv /etc/apt/sources.list.d/microsoft-prod.list /etc/apt/sources.list.d/microsoft-prod.list.disabled mv /etc/apt/sources.list.d/microsoft-prod.list /etc/apt/sources.list.d/microsoft-prod.list.disabled
@@ -53,26 +53,26 @@ jobs:
--if-not-exists \ --if-not-exists \
flathub https://flathub.org/repo/flathub.flatpakrepo flathub https://flathub.org/repo/flathub.flatpakrepo
- name: Install dependencies - name: Install NPM dependencies
run: | run: |
yarn install yarn install
- name: Build the app - name: Build the electron app
run: | run: |
yarn build yarn build
# - name: Release - name: Release
# uses: akkuman/gitea-release-action@v1 uses: akkuman/gitea-release-action@v1
# if: github.ref_type == 'tag' if: github.ref_type == 'tag'
# with: with:
# files: | files: |
# ./release/*.deb ./release/*.deb
# ./release/*.rpm ./release/*.rpm
# ./release/*.flatpak ./release/*.flatpak
# ./release/latest-linux.yml ./release/latest-linux.yml
# server_url: ${{ gitea.server_url }} server_url: ${{ gitea.server_url }}
# token: ${{ secrets.GITEA_TOKEN }} || ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITEA_TOKEN }} || ${{ secrets.GITHUB_TOKEN }}
# repository: "DaanSelen/ms365-electron-sandbox" repository: "DaanSelen/ms365-electron-sandbox"
# tag_name: "${{ env.VERSION }}" tag_name: "${{ env.VERSION }}"
# name: "${{ env.VERSION }}" name: "${{ env.VERSION }}"
# sha256sum: true sha256sum: true