Skip to content

Commit

Permalink
Missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanlangston committed Jan 2, 2024
1 parent be85677 commit 5308f68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/DeployPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,12 @@ jobs:
with:
pattern: asteroids-*
path: asteroids

- name: Create Release
id: create_release
uses: ncipollo/release-action@v1
with:
artifacts: "./asteroids/asteroids-v${{ needs.build.outputs.datetime}}.zip
artifacts: "./asteroids/asteroids-v${{ needs.build.outputs.datetime}}.zip"
artifactContentType: application/zip
body: |
**Asteroids Game - _Prerelease v${{ needs.build.outputs.datetime }}_**
Expand Down

0 comments on commit 5308f68

Please sign in to comment.