Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Selfeer committed Oct 28, 2024
1 parent b72233c commit aedbc6d
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -41,8 +41,8 @@ jobs:
- name: 💻 Run build for AMD64
run: ./build

- name: Locate the .deb file
id: 📂 locate_deb
- name: 📂 Locate the .deb file
id: locate_deb
run: |
DEB_FILE=$(find ./parquetify -name "parquetify_*_amd64.deb")
echo "DEB_FILE=$DEB_FILE"
Expand Down
File renamed without changes.

0 comments on commit aedbc6d

Please sign in to comment.