Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyrchien committed Feb 20, 2024
1 parent dd96074 commit 02904f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cross_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: compile
run: cargo build --release --target=${{ matrix.target }}
- name: upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: realm-${{ matrix.target }}
path: target/${{ matrix.target }}/release/realm

0 comments on commit 02904f6

Please sign in to comment.