Skip to content

Commit

Permalink
update: ci: add artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
silime committed Sep 8, 2024
1 parent cd53716 commit 9d0a11f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build-PKGBUILDs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,15 @@ jobs:
run: |
${{ env.BUILD_ALARM_SH }} 'cd /build/ && ./build.sh qcom qcom "${{ secrets.GPG_PASSPHRASE }}"'
${{ env.BUILD_ALARM_SH }} 'ls /build/repo/qcom'
- name: create artifact
uses: actions/upload-artifact@v4
with:
name: ${{ env.RELEASE }}-logs
path: ./builder/build/build/logs/ # or path/to/artifact

- name: create release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -82,7 +88,7 @@ jobs:
./builder/build/repo/qcom/*
- name: delete old releases
uses: dev-drprasad/delete-older-releases@v0.2.0
uses: dev-drprasad/delete-older-releases@v0.3.4
with:
keep_latest: 1
delete_tags: true
Expand Down

0 comments on commit 9d0a11f

Please sign in to comment.