2
0
mirror of https://github.com/Revertron/Alfis synced 2024-11-03 15:40:19 +00:00

Update rust_create_release.yml

This commit is contained in:
Revertron 2021-04-01 21:18:57 +02:00 committed by GitHub
parent 882d826c26
commit 6a9e351107
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,23 +110,23 @@ jobs:
- name: Packaging
uses: papeloto/action-zip@v1
with:
files: ${{ env.BIN_PATH }} alfis.toml README.md LICENSE
files: ${{ env.BIN_PATH }} alfis.toml README.md LICENSE adblock.txt
dest: ${{ env.ZIP_NAME }}
- name: Packaging no GUI
uses: papeloto/action-zip@v1
with:
files: ${{ env.BIN_PATH_NOGUI }} alfis.toml README.md LICENSE
files: ${{ env.BIN_PATH_NOGUI }} alfis.toml README.md LICENSE adblock.txt
dest: ${{ env.ZIP_NAME_NOGUI }}
- name: Packaging Edge binary
if: contains(matrix.os, 'windows')
uses: papeloto/action-zip@v1
with:
files: ${{ env.BIN_PATH_EDGE }} alfis.toml README.md LICENSE
files: ${{ env.BIN_PATH_EDGE }} alfis.toml README.md LICENSE adblock.txt
dest: ${{ env.ZIP_NAME_EDGE }}
- name: Packaging ARM
uses: papeloto/action-zip@v1
with:
files: ${{ env.BIN_ARM_PATH }} alfis.toml README.md LICENSE
files: ${{ env.BIN_ARM_PATH }} alfis.toml README.md LICENSE adblock.txt
dest: ${{ env.ZIP_ARM_NAME }}
if: contains(matrix.os, 'ubuntu')
- name: Upload binary