6868 set_qbt_with_qemu : " " # default is yes
6969 set_qbt_host_deps : " " # default is no
7070 set_qbt_host_deps_repo : " " # default is userdocs/qbt-host-deps
71+ workspace : ${{ github.workspace }}
7172
7273 steps :
7374 - name : Checkout ${{ inputs.distinct_id }}
@@ -183,16 +184,18 @@ jobs:
183184 run : docker exec -w ${wd}/${qbt_build_dir}/completed ${container_name} mv -f qbittorrent-nox ${{ matrix.qbt_cross_name }}-${{ matrix.qbt_qt_version_name }}qbittorrent-nox
184185
185186 # - name: Generate artifact attestation ${{ inputs.distinct_id }}
186- # uses: actions/attest-build-provenance@v2
187+ # uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
187188 # with:
188189 # subject-path: "${{ env.qbt_build_dir }}/completed/${{ matrix.qbt_cross_name }}-${{ matrix.qbt_qt_version_name }}qbittorrent-nox"
189190
190191 # - name: Docker - Release Info ${{ inputs.distinct_id }}
191- # run: docker exec -w /home/gh/${{ env.qbt_build_dir }}/release_info ${container_name} bash -c 'mv *.md *.json '/home/gh/${{ env.qbt_build_dir }}/completed''
192+ # working-directory: "${{ env.workspace }}/${{ env.qbt_build_dir }}/release_info"
193+ # run: |
194+ # mv *.md *.json "${workspace}/${qbt_build_dir}/completed"
192195
193196 # - name: Host - Upload libtorrent-v${{ matrix.qbt_libtorrent_version }}-qbittorrent-nox and release info artifact ${{ inputs.distinct_id }}
194197 # if: success()
195- # uses: actions/upload-artifact@v4
198+ # uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
196199 # with:
197200 # name: libtorrent-v${{ matrix.qbt_libtorrent_version }}-${{ matrix.qbt_cross_name }}-${{ matrix.qbt_qt_version_name }}qbittorrent-nox
198201 # path: |
@@ -201,14 +204,14 @@ jobs:
201204
202205 # - name: Host - Upload cmake graphs artifact ${{ inputs.distinct_id }}
203206 # if: success() && matrix.qbt_build_tool == ''
204- # uses: actions/upload-artifact@v4
207+ # uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
205208 # with:
206209 # name: "${{ matrix.qbt_cross_name }}-libtorrent-v${{ matrix.qbt_libtorrent_version }}-graphs"
207210 # path: "${{ env.qbt_build_dir }}/completed/*.png"
208211
209212 # - name: Host - Upload build dir on error or cancel
210213 # if: ( cancelled() || failure() )
211- # uses: actions/upload-artifact@v4
214+ # uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
212215 # with:
213216 # name: "${{ matrix.qbt_cross_name }}-libtorrent-v${{ matrix.qbt_libtorrent_version }}-logs"
214217 # path: "${{ env.qbt_build_dir }}"
0 commit comments