Skip to content

Commit

Permalink
add upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks1mS committed Aug 27, 2023
1 parent f33dc0f commit be6c9ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ jobs:
- uses: actions/checkout@v3
- run: echo "QT_VERSION=${{ matrix.qt }}" >> "$GITHUB_ENV"
- run: ./build.sh
- uses: actions/upload-artifact@v3
with:
path: /output/*

0 comments on commit be6c9ae

Please sign in to comment.