Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac8668 authored Jan 4, 2024
1 parent d997021 commit 0f186d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
mkdir $release_dir
cp target/${{ matrix.config.target }}/release/astratomic.exe $release_dir/
cp -R assets/ $release_dir/
cp LICENSE $release_dir/
cp LICENSE.md $release_dir/
7z a -tzip $artifact_path $release_dir/
- name: ⚙️ Prepare artifacts [Unix]
Expand All @@ -104,7 +104,7 @@ jobs:
mkdir $release_dir
cp target/${{ matrix.config.target }}/release/astratomic $release_dir/
cp -R assets $release_dir
cp LICENSE $release_dir/
cp LICENSE.md $release_dir/
tar -czvf $artifact_path $release_dir/
- name: ⏫️ Upload artifacts
Expand Down

0 comments on commit 0f186d5

Please sign in to comment.