Skip to content

Commit

Permalink
Upload built image to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Sep 22, 2023
1 parent 44da0e3 commit 4b21471
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ jobs:
prerelease: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload image to artifacts
uses: actions/upload-artifact@v3
with:
name: image
path: images/clover_*.zip
retention-days: 1

0 comments on commit 4b21471

Please sign in to comment.