Skip to content

Commit

Permalink
Chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Philippe Durot committed Nov 18, 2024
1 parent c334c73 commit 0c0534e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/build-linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ runs:
chmod u+x ./dotnet-install.sh
mkdir -p artifacts/packages/${{ inputs.build-configuration }}/Shipping/aspnetcore-runtime
./dotnet-install.sh --runtime aspnetcore --version ${{ inputs.version-runtime }} --os linux --install-dir artifacts/packages/${{ inputs.build-configuration }}/Shipping/aspnetcore-runtime
chmod u+x artifacts/packages/${{ inputs.build-configuration }}/Shipping/aspnetcore-runtime/dotnet
- name: Extract generated runtime artifact, add crossgen, symbols, and AspNetCore runtime
shell: bash
run: |
Expand Down

0 comments on commit 0c0534e

Please sign in to comment.