Skip to content

Commit

Permalink
fix cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
amazliah committed Nov 16, 2023
1 parent 8fca754 commit 28977c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
id: build
uses: manleydev/[email protected]
with:
name: SmashEm
name: $EXPORT_NAME.exe
preset: "Windows Desktop"
debugMode: "true"

- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: SmashEm
name: $EXPORT_NAME
path: ${{ github.workspace }}/${{ steps.build.outputs.build }}

0 comments on commit 28977c3

Please sign in to comment.