Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince527GitHub authored Nov 1, 2023
1 parent 97a759d commit d4902ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Minesweeper
name: Build SpaceWarp

on:
push:
Expand Down Expand Up @@ -58,6 +58,9 @@ jobs:
# with:
# filepath: './ISS/script.iss'

- name: Move the resources folder
run: mv ./ressources ./dist/ressources

- name: Create Artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit d4902ac

Please sign in to comment.