Skip to content

Commit

Permalink
✏️ Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sjquant committed Jan 24, 2023
1 parent 9b62a8b commit c410cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Build and Package
shell: bash
run: |
scrtips/package.sh --target ${{ matrix.target }}
scripts/package.sh --target ${{ matrix.target }}
echo "ASSET=dist/flopha-${{ matrix.target }}.tar.gz" >> $GITHUB_ENV
- name: Upload release archive
Expand Down

0 comments on commit c410cf9

Please sign in to comment.