Skip to content

Commit

Permalink
Fix upload tage reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Baarsgaard committed Aug 20, 2023
1 parent 82ae929 commit eed7923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
runs-on: self-hosted
outputs:
crate-version: ${{ steps.crate-version.outputs.PKG_VERSION }}
release-url: ${{ steps.create-release.outputs.RELEASE_URL }}
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -69,6 +68,7 @@ jobs:

- run: "cargo build --release ${{ matrix.features }} --target ${{ matrix.target }}"
- run: ls target/release/
- run: gh release upload v${{ needs.get-tag.}} target/release/jig

- run: gh release upload 'v${{ needs.get-tag.crate-version }}' target/release/jig
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit eed7923

Please sign in to comment.