Skip to content

Commit

Permalink
test releases workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DejavuMoe committed Jul 19, 2023
1 parent 7945489 commit ce4fffc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
tar -zcvf "$dir.tar.gz" "$dir"
done
- name: Upload Release
id: upload_release
- name: Upload Releases
id: upload_releases
uses: softprops/action-gh-release@v1
with:
files: |
*.tar.gz
token: ${{ secrets.GITHUB_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ce4fffc

Please sign in to comment.