Skip to content

Commit

Permalink
fix artifacts action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethosa committed Apr 15, 2024
1 parent b8fb823 commit 058a87e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Windows build
run: |
cd src/
nim c -d:danger -d:strip --os:windows --cpu:amd64 -d:mingw --passC:-flto --passL:-flto --out:../bin/win/x64/elys.exe elys
nim c -d:danger -d:strip --os:windows --cpu:i386 -d:mingw --passC:-flto --passL:-flto --out:../bin/win/x86/elys.exe elys
nim c -d:danger -d:strip --cpu:amd64 -d:mingw --passC:-flto --passL:-flto --out:../bin/win/x64/elys.exe elys
nim c -d:danger -d:strip --cpu:i386 -d:mingw --passC:-flto --passL:-flto --out:../bin/win/x86/elys.exe elys
- name: Unix build
run: |
Expand Down

0 comments on commit 058a87e

Please sign in to comment.