Skip to content

Commit

Permalink
fix: release not releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Automation authored and dbcfd committed Sep 7, 2023
1 parent a47cd1b commit 66fdb12
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 @@ -73,7 +73,7 @@ jobs:
gem install fpm
- name: Run package script
run: |
./ci-scripts/packages.sh --arch ${{ matrix.arch }} --ext ${{ matrix.ext }}
./ci-scripts/package.sh --arch ${{ matrix.arch }} --ext ${{ matrix.ext }}
- name: Archive artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 66fdb12

Please sign in to comment.