Skip to content

Commit

Permalink
debug actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Laverlin committed Aug 28, 2023
1 parent 7384102 commit 3ceec1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
AZURE_KEYS_SAS: ${{ secrets.AZURE_KEYS_SAS }}
run: |
curl "https://ibglobalstorage.blob.core.windows.net/garmin-ci/Devices.zip$AZURE_KEYS_SAS" --output /tmp/devices.zip
mkdir -p $HOME/.Garmin/ConnectIQ/Devices/
unzip /tmp/devices.zip -d $HOME/.Garmin/ConnectIQ/Devices/
mkdir -p $HOME/.Garmin/ConnectIQ/
unzip /tmp/devices.zip -d $HOME/.Garmin/ConnectIQ/
- name: Write Version
run: |
Expand Down

0 comments on commit 3ceec1f

Please sign in to comment.