Skip to content

Commit

Permalink
Фикс архивации
Browse files Browse the repository at this point in the history
  • Loading branch information
JoCat committed Feb 26, 2021
1 parent 18f7dd6 commit 7829ccb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ jobs:
retention-days: 30

- name: Create release archive
uses: montudor/action-zip@v0.1.1
uses: papeloto/action-zip@v1
with:
args: zip -qq -r ${{ matrix.build_os }}.zip ./aurora-launcher-${{ matrix.build_os }}-x64
files: aurora-launcher-${{ matrix.build_os }}-x64
dest: ${{ matrix.build_os }}.zip

- name: Upload release
uses: actions/upload-release-asset@v1
Expand All @@ -77,5 +78,5 @@ jobs:
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./${{ matrix.build_os }}.zip
asset_name: Launcher ${{ matrix.os }}.zip
asset_name: Launcher_${{ matrix.os }}.zip
asset_content_type: application/zip
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: Launcher Testing ${{ matrix.build_os }}
name: Launcher_Testing_${{ matrix.build_os }}
path: aurora-launcher-${{ matrix.build_os }}-x64
if-no-files-found: error
retention-days: 30

0 comments on commit 7829ccb

Please sign in to comment.