Skip to content

Commit

Permalink
Include backup
Browse files Browse the repository at this point in the history
  • Loading branch information
thepwrtank18 authored Jul 29, 2024
1 parent 07506a0 commit d3ff66d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,14 @@ jobs:
- name: Convert Plain-text to SQLite
run: |
sqlite3 piddatabase.db < umskt.db
mv umskt.db piddatabase.sql
- name: Create Release
id: create_release
uses: softprops/action-gh-release@v2
with:
files: piddatabase.db
files: |
piddatabase.db
piddatabase.sql
tag_name: v1.0.${{ github.run_number }}
token: ${{ secrets.UPLOAD_KEY }}

0 comments on commit d3ff66d

Please sign in to comment.