Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnking07 committed Aug 21, 2023
1 parent aeefbdc commit ff17096
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
V: s

- name: Store packages
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: "!startsWith(github.ref, 'refs/tags/')"
with:
name: ${{ matrix.arch }}-packages
path: bin/packages/${{ matrix.path }}/packages_ci/*.ipk

- name: Store release packages
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: startsWith(github.ref, 'refs/tags/')
with:
name: ${{ github.ref_name }}
Expand All @@ -54,7 +54,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Download release packages
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: ${{ github.ref_name }}

Expand Down

0 comments on commit ff17096

Please sign in to comment.