Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
chore: update release workflow and drop Raspberry Pi action
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Dmitrienko committed Jun 24, 2024
1 parent 07b61e0 commit ba0ac3d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 107 deletions.
22 changes: 4 additions & 18 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,15 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Download Raspberry Pi archive
- name: Download Linux server archives
uses: actions/download-artifact@v4
with:
name: nostr-wallet-connect-rpi.tar.bz2
path: artifacts
pattern: albyhub-Server-Linux-*

- name: Download Linux desktop archive
- name: Download desktop archives
uses: actions/download-artifact@v4
with:
name: albyhub-Linux
path: artifacts

- name: Download macOS desktop archive
uses: actions/download-artifact@v4
with:
name: albyhub-macOS
path: artifacts

- name: Download Windows desktop archive
uses: actions/download-artifact@v4
with:
name: albyhub-Windows
path: artifacts
pattern: albyhub-Desktop-*

- name: Create release without tag
if: github.ref_type != 'tag'
Expand Down
86 changes: 0 additions & 86 deletions .github/workflows/package-raspberry-pi.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
workflow_dispatch:

jobs:
build-raspberry-pi:
uses: ./.github/workflows/package-raspberry-pi.yml
build-server:
uses: ./.github/workflows/http.yml

build-wails:
uses: ./.github/workflows/wails.yml
Expand All @@ -18,7 +18,7 @@ jobs:

release-draft:
needs:
- build-raspberry-pi
- build-server
- build-wails
uses: ./.github/workflows/create-release.yaml
secrets:
Expand Down

0 comments on commit ba0ac3d

Please sign in to comment.