Skip to content

Commit

Permalink
Update release_test.yml, ci skip
Browse files Browse the repository at this point in the history
  • Loading branch information
HansBug authored Sep 12, 2024
1 parent 83bca17 commit 9ad7ee3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
make zip
ls -al dist
- name: Upload packed files to artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: build-artifacts-source-pack
path: ./dist/*
- name: Upload packed files to artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: build-artifacts-all
path: ./dist/*
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
name: build-artifacts-${{ runner.os }}-cp${{ matrix.python }}-${{ matrix.architecture }}
path: ./dist/*
- name: Upload packed files to artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: build-artifacts-all
path: ./dist/*
Expand Down

0 comments on commit 9ad7ee3

Please sign in to comment.