Skip to content

Commit

Permalink
Update build action
Browse files Browse the repository at this point in the history
  • Loading branch information
arenekosreal committed May 10, 2024
1 parent d864c9a commit 5a27e07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
echo system=${{ matrix.os }} | cut -d - -f 1 | tee $GITHUB_OUTPUT
- name: "Create archive"
run: "7z a E5Renewer-${{ steps.build-env-info.system }}-${{ steps.build-env-info.machine }}.7z dist/*"
run: "7z a E5Renewer-${{ steps.build-env-info.outputs.system }}-${{ steps.build-env-info.outputs.machine }}.7z dist/*"
- name: "Upload archive"
uses: "actions/upload-artifact@v4"
with:
name: "E5Renewer-${{ steps.build-env-info.system }}-${{ steps.build-env-info.machine }}"
path: "E5Renewer-${{ steps.build-env-info.system }}-${{ steps.build-env-info.machine }}.7z"
name: "E5Renewer-${{ steps.build-env-info.outputs.system }}-${{ steps.build-env-info.outputs.machine }}"
path: "E5Renewer-${{ steps.build-env-info.outputs.system }}-${{ steps.build-env-info.outputs.machine }}.7z"

release:
name: "Upload release"
Expand Down

0 comments on commit 5a27e07

Please sign in to comment.