Skip to content

Commit

Permalink
[ACTION] Use own fork for upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
darthcloud committed Feb 12, 2024
1 parent b6f106d commit 30faa55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
mkdir ota
mv ota_data_initial.bin ota/
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: darthcloud/upload-artifact@v3node20
with:
name: ${{ env.br_version }}_${{ matrix.hw_version }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/newidf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
mkdir ota
mv ota_data_initial.bin ota/
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: darthcloud/upload-artifact@v3node20
with:
name: ${{ env.br_version }}_${{ matrix.hw_version }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
mkdir ota
mv ota_data_initial.bin ota/
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: darthcloud/upload-artifact@v3node20
with:
name: ${{ env.br_version }}_${{ github.event.inputs.hw_version }}_${{ github.event.inputs.br_config }}
path: |
Expand Down

0 comments on commit 30faa55

Please sign in to comment.