Skip to content

Commit 58fc881

Browse files
committed
fix: create ouput file for build
1 parent 07588df commit 58fc881

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prod-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
steps:
1010
- name: Checkout repository
1111
uses: actions/checkout@v4
12-
- name: Install FASMg
12+
- name: Install FASM
1313
uses: stevenwdv/setup-fasm@v1
1414

1515
- name: Test fasm
16-
run: fasm
16+
run: fasm main.asm main.exe

0 commit comments

Comments
 (0)