Skip to content

Commit

Permalink
Update autorelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilien-noal committed Dec 8, 2023
1 parent 4f383c1 commit d339b14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autorelease.yml
Expand Up @@ -40,11 +40,11 @@ jobs:
- name: Zip Debug output
run: zip -qq -r DebugBuild.zip Debug
working-directory: ./src/Spice86/bin
working-directory: ./src/Cryogenic/bin

- name: Zip Release output
run: zip -qq -r ReleaseBuild.zip Release
working-directory: ./src/Spice86/bin
working-directory: ./src/Cryogenic/bin

- name: Publish GitHub Release
uses: "marvinpinto/action-automatic-releases@latest"
Expand Down

0 comments on commit d339b14

Please sign in to comment.