Skip to content

Commit

Permalink
Fixed CI packaging script
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Sep 2, 2022
1 parent f8bdc0a commit 0c1652d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
mkdir artifacts/release/
cd artifacts/${{ env.REPO }}-Win32/
zip ../release/${{ env.REPO }}-$VERSION.fb2k-component *
cd ../artifacts/${{ env.REPO }}-x64/
cd ../${{ env.REPO }}-x64/
zip ../release/${{ env.REPO }}-x64-$VERSION.fb2k-component *
- name: Generate checksums
Expand Down

0 comments on commit 0c1652d

Please sign in to comment.