Skip to content

Commit

Permalink
try fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
waleko committed May 27, 2022
1 parent e2651a9 commit 9f5a9fb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 32 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/bundle-client-craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,21 @@ jobs:
with:
name: ${{ matrix.name }}
path: ${{ github.workspace }}/binaries/*
create-release:
name: Create Release
needs: [ build ]
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v3
- name: GitHub Release
uses: softprops/action-gh-release@v1
with:
name: Release ${{ github.ref }}
draft: true
files: |
**/*.dmg
**/*.exe
**/*.AppImage
fail_on_unmatched_files: true
32 changes: 0 additions & 32 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit 9f5a9fb

Please sign in to comment.