Skip to content

Commit

Permalink
πŸ› Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
padms committed Oct 31, 2023
1 parent e212ba6 commit fd000bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dataset-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
# Runs at 02:00 UTC every sunday
# - cron: '0 2 * * 0'
env:
BUILD_ARTIFACT_PATH: ${{ github.workspace }}/build_artifacts
BUILD_ARTIFACT_PATH: ${{ github.workspace }}/backups
jobs:
read-satellites:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: backup-tarball
path: backups/${{ matrix.dataset }}.tar.gz
path: ${{ env.BUILD_ARTIFACT_PATH }}/${{ matrix.dataset }}.tar.gz
# Fails the workflow if no files are found; defaults to 'warn'
if-no-files-found: error
- uses: act10ns/slack@v1
Expand Down

0 comments on commit fd000bf

Please sign in to comment.