Skip to content

Commit

Permalink
release with tags
Browse files Browse the repository at this point in the history
  • Loading branch information
2shrestha22 committed Mar 5, 2023
1 parent 4a27557 commit 53b7add
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
- name: Zip files for recovery.
run: 7za a -tzip -r lineage-dialer-rro_recovery.zip ./recovery/*

- name: Upload build artifact
uses: actions/upload-artifact@v3
- name: Create release
uses: softprops/action-gh-release@v1
with:
name: ${{ github.sha }}
path: lineage-dialer-rro_*.zip
files: lineage-dialer-rro_*.zip

0 comments on commit 53b7add

Please sign in to comment.