Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
Signed-off-by: catcherwong <[email protected]>
  • Loading branch information
catcherwong committed Apr 28, 2024
1 parent 0b140df commit c3be345
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_stable_cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
ls /home/runner/work/clis/
zip -j /home/runner/work/release/rdb-cli.$VERSION.$RID.zip /home/runner/work/clis/$RID/*
- name: Upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: rdb-cli
path: /home/runner/work/release/
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
# ls ../publish/
# Compress-Archive -Path ../publish/$($env:RID)/* -DestinationPath ../release/rdb-cli.$($env:VERSION).$($env:RID).aot.zip
# - name: Upload artifacts
# uses: actions/upload-artifact@v4
# uses: actions/upload-artifact@v3
# with:
# name: rdb-cli
# path: D:/a/rdb-tools/release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_stable_nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
dotnet pack src/RDBCli/RDBCli.csproj -o /home/runner/work/nugetpkgs -c Release --no-build
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: nugetpkgs
path: /home/runner/work/nugetpkgs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_unstable_cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
ls /home/runner/work/clis/
zip -j /home/runner/work/release/rdb-cli.$VERSION.$RID.zip /home/runner/work/clis/$RID/*
- name: Upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: rdb-cli
path: /home/runner/work/release/
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
# ls ../publish/
# Compress-Archive -Path ../publish/$($env:RID)/* -DestinationPath ../release/rdb-cli.$($env:VERSION).$($env:RID).aot.zip
# - name: Upload artifacts
# uses: actions/upload-artifact@v4
# uses: actions/upload-artifact@v3
# with:
# name: rdb-cli
# path: D:/a/rdb-tools/release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_unstable_nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
dotnet pack src/RDBParser/RDBParser.csproj --version-suffix $ver -o /home/runner/work/nugetpkgs -c Release --no-build
dotnet pack src/RDBCli/RDBCli.csproj --version-suffix $ver -o /home/runner/work/nugetpkgs -c Release --no-build
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: nugetpkgs
path: /home/runner/work/nugetpkgs
Expand Down

0 comments on commit c3be345

Please sign in to comment.