Skip to content

Commit

Permalink
feat: add minimal config
Browse files Browse the repository at this point in the history
  • Loading branch information
xhcoding committed Dec 10, 2023
1 parent 790a636 commit 8433ea5
Show file tree
Hide file tree
Showing 4 changed files with 3,047 additions and 21 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ jobs:

- name: build emacs-x
run: bash build.sh

- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: emacs-x-*-installer.*
Loading

0 comments on commit 8433ea5

Please sign in to comment.