Skip to content

Commit

Permalink
Fetch releases from new CUE lang GitHub org (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsok authored Aug 26, 2021
1 parent 6659d7a commit 2d96ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
CUE_BIN_DIR="${{ runner.tool_cache }}/cue/${{ inputs.version }}/bin"
gh release download \
-D ${{ runner.temp }} \
-R cuelang/cue \
-R cue-lang/cue \
-p "cue_${{ inputs.version }}_${RUNNER_OS}_x86_64.tar.gz" \
-p "cue_v${{ inputs.version }}_${RUNNER_OS,,}_amd64.tar.gz" \
v${{ inputs.version }}
Expand Down

0 comments on commit 2d96ba0

Please sign in to comment.