Skip to content

Commit

Permalink
Remove snap entirely
Browse files Browse the repository at this point in the history
I don't even know if it works...
  • Loading branch information
aunetx committed Jul 8, 2023
1 parent 0696cb5 commit c5351e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
run: make build_deb_x64
- name: build_rpm_x64
run: make build_rpm_x64
- name: build_snap_x64
run: make build_snap_x64
- name: build_appimage_x64
run: make build_appimage_x64
- name: build_tar.xz_x64
Expand All @@ -34,8 +32,6 @@ jobs:
run: make build_deb_arm64
- name: build_rpm_arm64
run: make build_rpm_arm64
- name: build_snap_arm64
run: make build_snap_arm64
- name: build_appimage_arm64
run: make build_appimage_arm64
- name: build_tar.xz_arm64
Expand All @@ -45,7 +41,7 @@ jobs:
run: echo "version=${GITHUB_REF/refs\/tags\//}" >> "$GITHUB_ENV"

- name: Generate sha256
run: echo "$(sha256sum {deezer.flatpakref,artifacts/{x64,amd64}/*.{deb,rpm,snap,AppImage,tar.xz}})" > sha256
run: echo "$(sha256sum {deezer.flatpakref,artifacts/{x64,amd64}/*.{deb,rpm,AppImage,tar.xz}})" > sha256

- name: create release
uses: softprops/action-gh-release@v1
Expand All @@ -56,12 +52,10 @@ jobs:
files: |
artifacts/x64/*.deb
artifacts/x64/*.rpm
artifacts/x64/*.snap
artifacts/x64/*.AppImage
artifacts/x64/*.tar.xz
artifacts/arm64/*.deb
artifacts/arm64/*.rpm
artifacts/arm64/*.snap
artifacts/arm64/*.AppImage
artifacts/arm64/*.tar.xz
sha256
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ build_rpm_x64:
@echo "Build rpm package"
@yarn --cwd=app run build-rpm-x64

build_snap_x64:
@echo "Build snap package"
@yarn --cwd=app run build-snap-x64

build_appimage_x64:
@echo "Build AppImage binary"
@yarn --cwd=app run build-appimage-x64
Expand Down

0 comments on commit c5351e5

Please sign in to comment.