Skip to content

Commit

Permalink
ci: fix process is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmo-ds committed Apr 25, 2024
1 parent 820b946 commit 951ada3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
target: x86_64-pc-windows-gnu

- name: Build release
run: make
run: cp .env_example .env && make

- name: Create release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 951ada3

Please sign in to comment.