Skip to content

Commit

Permalink
Update Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-spataru committed Nov 7, 2023
1 parent 31c7fae commit 5bd4808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ jobs:
- name: '📤 Upload artifact: AppImage'
uses: actions/upload-artifact@v2
with:
name: ${{env.EXECUTABLE}}-${{env.VERSION}}-Linux.AppImage
path: ${{env.EXECUTABLE}}-${{env.VERSION}}-Linux.AppImage
name: ${{env.EXECUTABLE}}-${{env.VERSION}}.AppImage
path: ${{env.EXECUTABLE}}-${{env.VERSION}}.AppImage

# Upload continuous build
upload:
Expand Down

0 comments on commit 5bd4808

Please sign in to comment.