Skip to content

Commit

Permalink
Shorten artifact names, skip unpacking for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettsummerfi3ld committed Jun 21, 2024
1 parent a547448 commit 77e0a8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,5 +220,5 @@ jobs:
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
name: CANBridge-${{ github.sha }}-${{ matrix.platform-type }}-${{ matrix.name }}
name: CANBridge-${{ matrix.platform-type }}-${{ matrix.name }}
path: CANBridge-artifacts/
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
workflow: build.yml
commit: ${{ github.sha }}
path: '.'
skip_unpack: true

# This step is to check what files are downloaded and how they are structured, as well as binary sizes for releases
- name: List files
Expand Down

0 comments on commit 77e0a8d

Please sign in to comment.