Skip to content

Commit

Permalink
Add linux executable
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 committed Jun 17, 2024
1 parent 718675d commit 2adf791
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,15 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- run: tree
- name: Rename AppImage file
run: mv dist/*.AppImage "dist/LinguifAI-${{ steps.project-version.outputs.version }}.AppImage"

- name: Upload Linux artifact
uses: actions/upload-artifact@v2
with:
name: LinguifAI-Linux
path: dist/*.AppImage



build-windows:
Expand Down

0 comments on commit 2adf791

Please sign in to comment.