Skip to content

Commit

Permalink
workflows - Fix for finddeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Feb 15, 2024
1 parent e0b9501 commit 604f984
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,11 @@ jobs:
uses: actions/download-artifact@v4
with:
name: dist
- name: Artifact Folder List
run: ls -al
- name: Generate Matrix
id: matrix
uses: luxtorpeda-dev/action-build-generate-file-matrix@master
with:
name: dist/${{needs.findengine.outputs.engine}}
name: ${{needs.findengine.outputs.engine}}
- name: Generate build number
id: buildnumber
uses: onyxmueller/build-tag-number@v1
Expand Down Expand Up @@ -83,7 +81,7 @@ jobs:
with:
name: dist
- name: Rename Artifact for Release Prep
run: mv "dist/${{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 604f984

Please sign in to comment.