Skip to content

Commit

Permalink
Fix typo on ci
Browse files Browse the repository at this point in the history
Issue #32
  • Loading branch information
AngheloAlf committed Feb 22, 2024
1 parent 8d10e82 commit c24ed8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_crate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
dir target/${{ matrix.target }}/release
- name: Move files for packaging (unix)
if: matrix.builder.archive == 'linux' || matrix.builder.archive == 'mac'
if: matrix.builder.name == 'linux' || matrix.builder.name == 'mac'
run: |
mkdir -p package/
cp target/${{ matrix.builder.target }}/release/slinky-cli package/
Expand All @@ -126,7 +126,7 @@ jobs:
dir package
- name: Move files for packaging (windows)
if: matrix.builder.archive == 'windows'
if: matrix.builder.name == 'windows'
run: |
mkdir -p package/
Copy-Item target/${{ matrix.builder.target }}/release/slinky-cli.exe package/
Expand Down

0 comments on commit c24ed8d

Please sign in to comment.