Skip to content

Commit

Permalink
Better workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonyha7 committed Oct 3, 2023
1 parent ee3b2cc commit 289819e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 46 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,18 @@ jobs:
permissions:
contents: write
steps:
- name: Download & MD5
- name: Download
run: |
mkdir temp
cd temp
wget ${{ github.event.inputs.ZIP_URL }}
- name: MD5
run: |
cd temp
md5sum *
sha256sum *
- name: Upload
uses: softprops/action-gh-release@v1
Expand Down
17 changes: 0 additions & 17 deletions AlphaDroid/changelog_chiron.txt

This file was deleted.

28 changes: 0 additions & 28 deletions AlphaDroid/chiron.json

This file was deleted.

0 comments on commit 289819e

Please sign in to comment.