Update rust_create_release.yml
This commit is contained in:
@@ -110,23 +110,23 @@ jobs:
|
|||||||
- name: Packaging
|
- name: Packaging
|
||||||
uses: papeloto/action-zip@v1
|
uses: papeloto/action-zip@v1
|
||||||
with:
|
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 }}
|
dest: ${{ env.ZIP_NAME }}
|
||||||
- name: Packaging no GUI
|
- name: Packaging no GUI
|
||||||
uses: papeloto/action-zip@v1
|
uses: papeloto/action-zip@v1
|
||||||
with:
|
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 }}
|
dest: ${{ env.ZIP_NAME_NOGUI }}
|
||||||
- name: Packaging Edge binary
|
- name: Packaging Edge binary
|
||||||
if: contains(matrix.os, 'windows')
|
if: contains(matrix.os, 'windows')
|
||||||
uses: papeloto/action-zip@v1
|
uses: papeloto/action-zip@v1
|
||||||
with:
|
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 }}
|
dest: ${{ env.ZIP_NAME_EDGE }}
|
||||||
- name: Packaging ARM
|
- name: Packaging ARM
|
||||||
uses: papeloto/action-zip@v1
|
uses: papeloto/action-zip@v1
|
||||||
with:
|
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 }}
|
dest: ${{ env.ZIP_ARM_NAME }}
|
||||||
if: contains(matrix.os, 'ubuntu')
|
if: contains(matrix.os, 'ubuntu')
|
||||||
- name: Upload binary
|
- name: Upload binary
|
||||||
|
|||||||
Reference in New Issue
Block a user