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 d972339 commit d864c9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
id: build-env-info
run: |
# machine=x86_64
python -c 'import platform;print("machine={}".format(platform.machine()))' >> $GITHUB_OUTPUT
python -c 'import platform;print("machine={}".format(platform.machine()))' | tee $GITHUB_OUTPUT
# system=ubuntu
echo system=${{ matrix.os }} | cut -d - -f 1 >> $GITHUB_OUTPUT
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/*"
Expand Down

0 comments on commit d864c9a

Please sign in to comment.