Skip to content

Commit

Permalink
test: Manually build 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Feb 9, 2024
1 parent dde1398 commit 0aaa717
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ concurrency:
cancel-in-progress: true

env:
VERSION: 0.9.5
VERSION: 0.9.4
NODE: node20
REPO_BIN: 'emacs-eask/binaries'

Expand Down Expand Up @@ -97,6 +97,7 @@ jobs:
repository: ${{ env.REPO_BIN }}
tag_name: ${{ env.VERSION }}
token: ${{ secrets.PAT }}
prerelease: true
files: eask_${{ env.VERSION }}_${{ matrix.target }}.${{ env._EXT }}

#### Prepare to push to `binaries` repository!
Expand Down

0 comments on commit 0aaa717

Please sign in to comment.