Skip to content

Commit

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

- name: create release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 8596f7d

Please sign in to comment.