Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KirisameMarisa authored Jan 21, 2024
1 parent a5f55d8 commit 7c2cd12
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,16 +175,16 @@ jobs:
id: create_draft
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Archive Application
run: Compress-Archive -Path "./Artifacts/Artifact-BocchiTracker" -DestinationPath "BocchiTracker.zip"
run: zip -r BocchiTracker.zip ./Artifacts/Artifact-BocchiTracker

- name: Archive UnrealEngine plugin
run: Compress-Archive -Path "./Artifacts/Artifact-UnrealEngine-Plugin" -DestinationPath "UnrealEngine.zip"

run: zip -r UnrealEngine.zip ./Artifacts/Artifact-UnrealEngine-Plugin
- name: Archive Godot plugin
run: Compress-Archive -Path "./Artifacts/Artifact-Godot-Plugin" -DestinationPath "Godot.zip"
run: zip -r Godot.zip ./Artifacts/Artifact-Godot-Plugin

- name: Upload Application
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 7c2cd12

Please sign in to comment.