Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgz0227 authored Mar 1, 2024
1 parent f766cd8 commit e2c7124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install libcurl development package
run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.MY_TOKEN }}

- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: aooserver
path: Builds/LinuxMakefile/build/aooserver # 更新为正确的文件路径

0 comments on commit e2c7124

Please sign in to comment.