Skip to content

Commit

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

0 comments on commit dc9b57a

Please sign in to comment.