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 f29bf63 commit 520ad8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:
- name: Unix build
run: |
cd src/
nim c -d:danger -d:strip --cpu:amd64 --passC:-flto --passL:-flto --out:../bin/linux/x64/elys elys
nim c -d:danger -d:strip --cpu:i386 --passC:-flto --passL:-flto --out:../bin/linux/x86/elys elys
nim c -d:danger -d:strip --passC:-flto --passL:-flto --out:../bin/linux/x64/elys elys
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 520ad8c

Please sign in to comment.