Skip to content

Commit

Permalink
chore(ci): full release
Browse files Browse the repository at this point in the history
  • Loading branch information
aldum committed Jul 4, 2023
1 parent 42050dd commit 1f95737
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
- build-love
- build-linux
- build-web
# - build-android
- build-android
continue-on-error: true
steps:
- uses: actions/download-artifact@v3
Expand All @@ -157,23 +157,18 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: ${{ env.LOVE_JS }}
# - uses: actions/download-artifact@v3
# with:
# name: ${{ env.LOVE_DEBUG_APK_NAME }}
# path: ${{ env.ARTIFACT_FOLDER }}
path: ${{ env.ARTIFACT_FOLDER }}/${{ env.LOVE_JS }}
- uses: actions/download-artifact@v3
with:
name: ${{ env.LOVE_DEBUG_APK_NAME }}
path: ${{ env.ARTIFACT_FOLDER }}
- name: control
run: |
ls -lR ${{ env.ARTIFACT_FOLDER }}
ls -lR ${{ env.LOVE_JS }} || true
ls -lR ${{ env.LOVE_DEB }} || true
ls -lR ${{ env.LOVE_APPIMAGE }} || true
run: ls ${{ env.ARTIFACT_FOLDER }}/
# - name: Checksums
# run: |
# cd ${{ env.ARTIFACT_FOLDER }}
# sha256sum * > SHA256SUMS.txt
- name: control
run: ls ${{ env.ARTIFACT_FOLDER }}/
- name: Release
uses: softprops/action-gh-release@v1
with:
files: ${{ env.ARTIFACT_FOLDER }}/
files: ${{ env.ARTIFACT_FOLDER }}/*

0 comments on commit 1f95737

Please sign in to comment.