Skip to content

Commit

Permalink
typo?
Browse files Browse the repository at this point in the history
  • Loading branch information
au5ton committed Feb 25, 2023
1 parent 6fc6bbb commit d086f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_TAG: ${{ needs.prep.outputs.release_tag }}
ASSET_PATH: "${{ steps.maketestbundle202002.outputs.tarloc }}"
run: gh release upload "$RELEASE_TAG" "$ASSET_PATH" -R "@cougargrades/publicdata"
run: gh release upload "$RELEASE_TAG" "$ASSET_PATH" -R "cougargrades/publicdata"
# - name: Upload Release Asset (Test Bundle Summer 2020)
# id: upload-release-asset-testbundle202002
# uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit d086f68

Please sign in to comment.