Skip to content

Commit

Permalink
chore(ci): testing schedule upload for windows - quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
leet4tari committed Jan 2, 2024
2 parents ab4637b + 3512b74 commit f4c7736
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/base_node_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ name: Build Matrix of Binaries
- build-*
schedule:
- cron: "05 00 * * *"
- cron: "0/15 * 2 * *" # Every 15min for the 2nd
workflow_dispatch:
inputs:
customTag:
Expand Down Expand Up @@ -118,6 +119,11 @@ jobs:
run: |
echo "S3_DEST_OVERRIDE=daily/" >> $GITHUB_ENV
- name: Test Scheduled Destination Folder Override
if: ${{ github.event_name == 'schedule' }}
run: |
echo "S3_DEST_OVERRIDE='testing/'" >> $GITHUB_ENV
- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand Down Expand Up @@ -507,7 +513,6 @@ jobs:
DEST_DIR: "${{ env.S3_DEST_OVERRIDE }}${{ env.PLATFORM_SPECIFIC_DIR }}/${{ env.TARI_NETWORK_DIR }}/"
S3CMD: "cp"
S3OPTIONS: '--recursive --exclude "*" --include "*.zip*" --include "*.pkg*" --include "*installer.exe*"'
# S3OPTIONS: '--acl public-read'
shell: bash
run: |
echo "Starting upload ... ${{ env.MTS_SOURCE }}"
Expand Down

0 comments on commit f4c7736

Please sign in to comment.