Skip to content

Commit

Permalink
chore: mv
Browse files Browse the repository at this point in the history
  • Loading branch information
miaoyin committed Nov 16, 2023
1 parent b3f870d commit b0dec91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
node-version: v16.14.2
registry-url: https://registry.npmjs.com/
- name: Install Vue Dependencies
- name: Install Ionic Dependencies
run: |
cd frontend
npm install
Expand All @@ -52,7 +52,7 @@ jobs:
run: |
make build-deb
cd ${{ matrix.binary-path }}
ren grephub.deb ${{ matrix.binary-name }}${{ matrix.format }}
mv grephub.deb ${{ matrix.binary-name }}${{ matrix.format }}
- name: Build Windows
if: ${{ matrix.runs-on == 'windows-latest' }}
run: |
Expand Down

0 comments on commit b0dec91

Please sign in to comment.