fix: cp latest and builder-debug files since we need them twice

tweaked upload path
pull/3281/head
yougotwill 2 months ago
parent be0bdb99d8
commit 5cca192763

@ -34,8 +34,8 @@ runs:
if: ${{ inputs.multiarch_build == 'true' }}
run: |
ls -f -- | grep ${{inputs.upload_prefix}} | xargs -I{} mv {} production-${{ inputs.upload_prefix }}/
mv *latest*.yml production-${{ inputs.upload_prefix }}/
mv builder-debug.yml production-${{ inputs.upload_prefix }}/
cp *latest*.yml production-${{ inputs.upload_prefix }}/
cp builder-debug.yml production-${{ inputs.upload_prefix }}/
shell: bash
working-directory: ./release/
@ -48,4 +48,4 @@ runs:
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.upload_prefix }}-production
path: release/production-${{ inputs.upload_prefix }}/
path: release/production-${{ inputs.upload_prefix }}

Loading…
Cancel
Save