Skip to content

Commit

Permalink
Build artifacts in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
sfionov authored Sep 25, 2023
1 parent 7c3c7eb commit e54986f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@ jobs:
artifacts: "adguardcert-*.zip"
token: ${{ secrets.GITHUB_TOKEN }}
generateReleaseNotes: true

- name: upload artifact
uses: actions/upload-artifact@v3
if: github.event_name == 'pull_request'
with:
name: module build
path: "adguardcert-*.zip"

0 comments on commit e54986f

Please sign in to comment.