Skip to content

Commit

Permalink
Bump upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnamed434 committed Oct 12, 2024
1 parent 67b12d2 commit 0ddd5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BitMono.CLI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: "cd ./src/BitMono.CLI/bin/Release/${{ matrix.target-framework }}/${{ matrix.runtime }} && zip -qq -r ./BitMono-v${{ steps.project-build.outputs.version }}-CLI-${{ matrix.target-framework }}-${{ matrix.runtime }}.zip *"

- name: Upload build
uses: actions/upload-artifact@v3 # Do not use v4 as it is not working properly, see: https://github.com/actions/upload-artifact/issues/478
uses: actions/upload-artifact@v4 # Do not use v4 as it is not working properly, see: https://github.com/actions/upload-artifact/issues/478
with:
name: BitMono-v${{ steps.project-build.outputs.version }}-CLI-${{ matrix.target-framework }}-${{ matrix.runtime }}
path: "./src/BitMono.CLI/bin/Release/${{ matrix.target-framework }}/${{ matrix.runtime }}/BitMono-v${{ steps.project-build.outputs.version }}-CLI-${{ matrix.target-framework }}-${{ matrix.runtime }}.zip"
Expand Down

0 comments on commit 0ddd5ca

Please sign in to comment.