Skip to content

Commit

Permalink
Update artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
crugas committed May 9, 2024
1 parent bd9f483 commit cc42f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Bundle package with innosetup
run: cd ASpace_Batch_Export-Cleanup-Upload ; Rename-Item -Path "build\exe.win-amd64-${{ github.event.inputs.python_version }}\ASpace_Batch_Export_vRELEASEVERSIONNUMBERNODOTS.exe" -NewName "ASpace_Batch_Export_v${{ github.event.inputs.software_version_without_dots }}.exe" ; sed -i "s/RELEASEVERSIONNUMBERNODOTS/${{ github.event.inputs.software_version_without_dots }}/g" as_xtf.iss ; sed -i "s/RELEASEVERSIONNUMBER/${{ github.event.inputs.software_version }}/" as_xtf.iss ; sed -i "s/PYTHONVERSION/${{ github.event.inputs.python_version }}/" as_xtf.iss ; iscc as_xtf.iss
- name: Try to make files available as artifacts - output_dir
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: output_dir
path: ASpace_Batch_Export-Cleanup-Upload/Output
Expand Down

0 comments on commit cc42f6b

Please sign in to comment.