Skip to content

Commit

Permalink
Add secondary directory listing after renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
rakshith-ravi committed Jan 30, 2024
1 parent 564fcbd commit be6ffac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_indexify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ jobs:
mv /tmp/release/indexify-linux-amd64/indexify /tmp/release/indexify-${{ needs.extract-version.outputs.version }}-linux-amd64
mv /tmp/release/indexify-deb-linux-amd64/indexify_${{ needs.extract-version.outputs.version }}-1_amd64.deb /tmp/release/indexify-${{ needs.extract-version.outputs.version }}-linux-amd64.deb
mv /tmp/release/indexify-deb-linux-aarch64/indexify_${{ needs.extract-version.outputs.version }}-1_arm64.deb /tmp/release/indexify-${{ needs.extract-version.outputs.version }}-linux-arm64.deb
ls -lR /tmp/release/
- name: Create GitHub Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit be6ffac

Please sign in to comment.