File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8686 if : ${{ matrix.os == 'ubuntu-latest' }}
8787 uses : actions/upload-artifact@v4
8888 with :
89- name : " rabbitmqadmin-${{ vars.NEXT_RELESE_VERSION }}-${{ matrix.target }}.tar.gz "
90- path : " ${{ github.workspace }}/target/${{ matrix.target }}/release/rabbitmqadmin-${{ vars.NEXT_RELESE_VERSION }}-${{ matrix.target }}.tar.gz "
89+ name : " rabbitmqadmin-${{ vars.NEXT_RELESE_VERSION }}-${{ matrix.target }}"
90+ path : " ${{ github.workspace }}/target/${{ matrix.target }}/release/rabbitmqadmin-${{ vars.NEXT_RELESE_VERSION }}-${{ matrix.target }}"
9191 retention-days : 2
9292
9393 - name : Build an rabbitmqadmin release archive on Windows
@@ -120,7 +120,7 @@ jobs:
120120 - name : Fetch Linux archive
121121 uses : actions/download-artifact@v4
122122 with :
123- name : " rabbitmqadmin-${{ vars.NEXT_RELESE_VERSION }}-x86_64-unknown-linux-gnu.tar.gz "
123+ name : " rabbitmqadmin-${{ vars.NEXT_RELESE_VERSION }}-x86_64-unknown-linux-gnu"
124124 path : ./artifacts
125125 - name : Fetch Windows archive
126126 uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments