Skip to content

Commit

Permalink
Remove BASEDIR from windows job
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscodr committed Sep 14, 2021
1 parent fac0908 commit b5dcf46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ jobs:
working-directory: arrow-libs
run: |
./gradlew publishMingwX64PublicationToMavenRepository
echo "$(cat $BASEDIR/gradle.properties | grep VERSION_NAME | cut -d'=' -f2) MingwX64 deployed!"
echo "$(cat gradle.properties | grep VERSION_NAME | cut -d'=' -f2) MingwX64 deployed!"
publish-arrow-stack:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b5dcf46

Please sign in to comment.