Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lthiery committed Jul 23, 2021
1 parent 734ce46 commit 77eb4a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
${{ steps.name_release.outputs.RELEASE }}.tar.gz
virtual-lorawan-device-${{ steps.name_release.outputs.RELEASE }}.tar.gz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -99,6 +99,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
${{ steps.name_release.outputs.RELEASE }}.tar.gz
virtual-lorawan-device-${{ steps.name_release.outputs.RELEASE }}.tar.gz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 77eb4a3

Please sign in to comment.