Skip to content

Commit

Permalink
Merge pull request #205 from Electrostatics/main
Browse files Browse the repository at this point in the history
Release v3.4.0
  • Loading branch information
nsoblath authored Jan 25, 2022
2 parents f2b7fbe + 2d2fcfe commit ed52c8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -370,11 +370,11 @@ jobs:
os: [ubuntu-latest, macOS-latest, windows-latest]
include:
- os: ubuntu-latest
package_file: ${{ needs.build.outputs.package-file-lin }}
package_file: ${{ needs.build.outputs.cpack-out-lin-zip }}
- os: macOS-latest
package_file: ${{ needs.build.outputs.package-file-mac }}
package_file: ${{ needs.build.outputs.cpack-out-mac-zip }}
- os: windows-latest
package_file: ${{ needs.build.outputs.package-file-win }}
package_file: ${{ needs.build.outputs.cpack-out-win-zip }}

steps:

Expand Down

0 comments on commit ed52c8c

Please sign in to comment.