Skip to content

Commit

Permalink
fix(ci): full release
Browse files Browse the repository at this point in the history
  • Loading branch information
aldum committed Jul 4, 2023
1 parent 1f95737 commit 87dd248
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,9 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
files: ${{ env.ARTIFACT_FOLDER }}/*
files: |
${{ env.ARTIFACT_FOLDER }}/${{ env.LOVE_DEBUG_APK_NAME }}
${{ env.ARTIFACT_FOLDER }}/${{ env.LOVE_APPIMAGE }}
${{ env.ARTIFACT_FOLDER }}/${{ env.LOVE_DEB }}
${{ env.ARTIFACT_FOLDER }}/${{ env.LOVE_JS }}
${{ env.ARTIFACT_FOLDER }}/${{ env.LOVE_ARTIFACT_NAME }}

0 comments on commit 87dd248

Please sign in to comment.