Skip to content

Commit

Permalink
Update autorelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilien-noal committed Dec 8, 2023
1 parent 0b02945 commit 1df5489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autorelease.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: montudor/action-zip@v1

- name: Build with dotnet
working-directory: ./src/
working-directory: ./src/Cryogenic
run: |
dotnet restore
dotnet publish -c Release -r linux-arm64 --self-contained true -p:PublishReadyToRun=true -p:PublishSingleFile=true -o Release/linux-arm64
Expand Down

0 comments on commit 1df5489

Please sign in to comment.