mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-12-23 00:36:25 +00:00
only release bz2 and zip
This commit is contained in:
parent
97e1384669
commit
b711b68433
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -51,6 +51,8 @@ jobs:
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: dist/*
|
||||
files: |
|
||||
dist/*.bz2
|
||||
dist/*.zip
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user