Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
nlyrthiia authored Sep 16, 2024
2 parents 6fcd2a2 + 950f303 commit 848136b
Show file tree
Hide file tree
Showing 82 changed files with 2,701 additions and 328 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Save Docker tag as artifact
run: echo "${{ steps.docker_meta.outputs.version }}" > docker_tag.txt
- name: Upload Docker tag artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: docker_tag
path: docker_tag.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: bash ./scripts/release.sh ${{ matrix.platform }}

- name: upload artifact asset
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ github.event_name != 'release'}}
with:
name: rooch-${{ matrix.platform }}.zip
Expand Down
Loading

0 comments on commit 848136b

Please sign in to comment.