Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
markusmoenig committed Jan 15, 2024
1 parent 5dbe0bb commit bd54b5f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
run: |
mkdir output
mv target/release/creator output/creator
cp -r assets output
cp -r game output
cp -r resources output
- name: Upload Artifacts
uses: actions/upload-artifact@v3
Expand All @@ -51,9 +48,6 @@ jobs:
run: |
mkdir output
mv target/release/creator.exe output/creator.exe
cp -r assets output
cp -r game output
cp -r resources output
- name: Upload Artifacts
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -109,9 +103,6 @@ jobs:
run: |
mkdir output
mv creator.exe eldiron.exe
cp -r assets output
cp -r game output
cp -r resources output
- name: Install WiX
run: nuget install WiX -Version 3.11.2
Expand Down

0 comments on commit bd54b5f

Please sign in to comment.