Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
xcodebuild committed Oct 25, 2024
2 parents 820fad2 + b9e33e0 commit c2fcc06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
GH_TOKEN: ${{ secrets.github_token }}

- name: upload app
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: iProxyTesting-${{ runner.OS }}
path: |
release/*.exe
release/*.dmg
release/*.AppImage
release/*.AppImage
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
GH_TOKEN: ${{ secrets.github_token }}

- name: upload app
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: iProxyNightly-${{ runner.OS }}
path: |
release/*.exe
release/*.dmg
release/*.AppImage
release/*.AppImage

0 comments on commit c2fcc06

Please sign in to comment.