Skip to content

Commit

Permalink
Add clarifying comment
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav92003 authored Sep 13, 2024
1 parent 3f10a91 commit 3b432e4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
CI_BRANCH: ${{ github.ref }}

- name: Upload Artifacts
# This points to the latest upload-artifact v4.x.x.
uses: actions/upload-artifact@v4
with:
name: linux-tarball
Expand Down Expand Up @@ -215,6 +216,7 @@ jobs:
CI_BRANCH: ${{ github.ref }}

- name: Upload AArch64
# This points to the latest upload-artifact v4.x.x.
uses: actions/upload-artifact@v4
with:
name: aarch64-tarball
Expand Down Expand Up @@ -303,6 +305,7 @@ jobs:
CI_BRANCH: ${{ github.ref }}

- name: Upload ARM
# This points to the latest upload-artifact v4.x.x.
uses: actions/upload-artifact@v4
with:
name: arm-tarball
Expand Down Expand Up @@ -393,6 +396,7 @@ jobs:
CI_BRANCH: ${{ github.ref }}

- name: Upload Artifacts
# This points to the latest upload-artifact v4.x.x.
uses: actions/upload-artifact@v4
with:
name: android-tarball
Expand Down Expand Up @@ -484,6 +488,7 @@ jobs:
CI_BRANCH: ${{ github.ref }}

- name: Upload Artifacts
# This points to the latest upload-artifact v4.x.x.
uses: actions/upload-artifact@v4
with:
name: windows-zip
Expand Down Expand Up @@ -562,6 +567,7 @@ jobs:
prerelease: false

- name: Download Linux
# This points to the latest download-artifact v4.x.x.
uses: actions/download-artifact@v4
with:
name: linux-tarball
Expand All @@ -577,6 +583,7 @@ jobs:
asset_content_type: application/x-gzip

- name: Download AArch64
# This points to the latest download-artifact v4.x.x.
uses: actions/download-artifact@v4
with:
name: aarch64-tarball
Expand All @@ -592,6 +599,7 @@ jobs:
asset_content_type: application/x-gzip

- name: Download ARM
# This points to the latest download-artifact v4.x.x.
uses: actions/download-artifact@v4
with:
name: arm-tarball
Expand All @@ -607,6 +615,7 @@ jobs:
asset_content_type: application/x-gzip

- name: Download Android
# This points to the latest download-artifact v4.x.x.
uses: actions/download-artifact@v4
with:
name: android-tarball
Expand All @@ -622,6 +631,7 @@ jobs:
asset_content_type: application/x-gzip

- name: Download Windows
# This points to the latest download-artifact v4.x.x.
uses: actions/download-artifact@v4
with:
name: windows-zip
Expand Down

0 comments on commit 3b432e4

Please sign in to comment.