Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
oxygen-dioxide authored Aug 6, 2023
1 parent de4ff32 commit b819fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: dotnet restore ${{ inputs.project }} -r ${{ matrix.os.arch }}

- name: build x64
run: dotnet publish ${{ inputs.project }} -c Release -r ${{ matrix.os.arch }} --self-contained true -o bin/${{ matrix.os.arch }}
run: dotnet publish ${{ inputs.project }} -c Release -r ${{ matrix.os.arch }} -o bin/${{ matrix.os.arch }}

- name: compress x64
run: 7z a ${{ inputs.project }}-${{ matrix.os.arch }}-${{ inputs.version }}.zip ./bin/${{ matrix.os.arch }}/*
Expand Down

0 comments on commit b819fd5

Please sign in to comment.