Skip to content

Commit

Permalink
Fix file lookup.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuAuahDark committed Oct 10, 2023
1 parent c950d88 commit 53f8452
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 @@ -25,9 +25,9 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: AppImage
path: love-main.AppImage
path: love-12.0-development.AppImage
- name: Artifact Tape Archive
uses: actions/upload-artifact@v3
with:
name: tar.gz
path: love-main.tar.gz
path: love-12.0-development.tar.gz

0 comments on commit 53f8452

Please sign in to comment.