Skip to content

Commit

Permalink
Fix typo in feature name
Browse files Browse the repository at this point in the history
  • Loading branch information
BrenekH committed Sep 18, 2024
1 parent 8798e3d commit 1963fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: sudo apt-get install -y musl-tools

- name: Build
run: cargo build --release --target ${{ matrix.target }} --bin md-table-action --features action-runner-binary
run: cargo build --release --target ${{ matrix.target }} --bin md-table-action --features actions-runner-binary

- name: Create Archive Folder
run: mkdir ${{ runner.os }}
Expand Down

0 comments on commit 1963fbf

Please sign in to comment.