Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdada authored Nov 5, 2024
1 parent bae3684 commit 35d6d1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
name: Ubuntu
- name: Archive Raw Application
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Conductor_ubuntu-latest
path: target/release/conductor
- name: Archive DEB
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Conductor.deb
path: target/release/bundle/deb/*.deb
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
name: macOS
- name: Archive Application
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Conductor.app.tar.gz
path: target/release/bundle/osx/Conductor.app.tar.gz
Expand Down

0 comments on commit 35d6d1a

Please sign in to comment.