Skip to content

Commit

Permalink
workflows - Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Feb 15, 2024
1 parent f7f713e commit c40865d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
with:
name: dist
- name: Rename Artifact for Release Prep
run: mv ${{needs.findengine.outputs.engine}}/${{ matrix.name }}${{ matrix.extension }}" "${{ matrix.name }}-${{ needs.finddeploy.outputs.build_number }}${{ matrix.extension }}"
run: mv "${{needs.findengine.outputs.engine}}/${{ matrix.name }}${{ matrix.extension }}" "${{ matrix.name }}-${{ needs.finddeploy.outputs.build_number }}${{ matrix.extension }}"
- name: Update Release
uses: softprops/[email protected]
env:
Expand Down

0 comments on commit c40865d

Please sign in to comment.