Skip to content

Commit

Permalink
Pin shell to bash in CI when run commands
Browse files Browse the repository at this point in the history
  • Loading branch information
arenekosreal committed Feb 12, 2025
1 parent 57aabd9 commit d496fae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,14 @@ jobs:
--runtime ${{ steps.build-env-info.outputs.rid }} \
-p:E5RenewerAot=${{ matrix.aot }} \
--sc ${{ matrix.self-contained }}
shell: bash

- name: "Create archive"
run: |
7z a E5Renewer-${{ steps.build-env-info.outputs.suffix }}.7z \
E5Renewer/bin/Release/net${{ matrix.dotnet }}/${{ steps.build-env-info.outputs.rid }}/publish/*
shell: bash

- name: "Upload archive"
if: github.ref_type == 'tag'
uses: "actions/upload-artifact@v4"
Expand Down

0 comments on commit d496fae

Please sign in to comment.