Skip to content

Commit

Permalink
fix actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
altunenes committed Sep 10, 2024
1 parent 6e632fa commit 1f7ad66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- target: x86_64-apple-darwin
ext: ""
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
shell: pwsh

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.bin }}-${{ matrix.os }}
path: "${{ matrix.bin }}-${{ matrix.os }}.zip"
Expand All @@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download all artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
path: downloaded-artifacts

Expand Down Expand Up @@ -91,4 +91,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
owner: altunenes
repo: rusty_art
repo: rusty_art

0 comments on commit 1f7ad66

Please sign in to comment.