Skip to content

Commit

Permalink
destination is always a folder apparently
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Aug 16, 2023
1 parent e59a913 commit 3ef4ae9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/server-32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
with:
path: viam-server-latest-armv7l
- name: Authorize GCP Upload
uses: google-github-actions/auth@v1
with:
Expand All @@ -58,6 +60,6 @@ jobs:
uses: google-github-actions/upload-cloud-storage@v0.10.4
with:
headers: "cache-control: no-cache"
path: artifact
destination: 'packages.viam.com/apps/viam-server/viam-server-latest-armv7l'
path: viam-server-latest-armv7l
destination: 'packages.viam.com/apps/viam-server/'
parent: false

0 comments on commit 3ef4ae9

Please sign in to comment.