Skip to content

Commit

Permalink
Want to include package zip for macos and windows on release
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmanix committed Oct 2, 2023
1 parent 93804fd commit 0df8303
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/.package.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@ ${_usage_host:-}"
log_group "Archiving ${product_name} Debug Symbols..."
pushd ${project_root}/release/${config}
XZ_OPT=-T0 tar "-${_tarflags}" ${project_root}/release/${output_name}-dSYMs.tar.xz ${product_name}.plugin.dSYM
log_group "Archiving ${product_name}..."
XZ_OPT=-T0 tar "-${_tarflags}" ${project_root}/release/${output_name}.tar.xz ${product_name}.plugin
popd
}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ jobs:
package: ${{ fromJSON(needs.check-event.outputs.package) }}

- name: Upload Build Artifact 📡
if: ${{ startsWith(github.ref, 'refs/tags/') && github.event_name != 'pull_request' }}
uses: actions/upload-artifact@v3
with:
name: ${{ steps.setup.outputs.pluginName }}-${{ steps.setup.outputs.pluginVersion }}-windows-x64-files-${{ needs.check-event.outputs.commitHash }}
Expand Down

0 comments on commit 0df8303

Please sign in to comment.