Skip to content

Commit

Permalink
Change from set-output to $GITHUB_OUTPUT
Browse files Browse the repository at this point in the history
  • Loading branch information
jmroot committed Apr 3, 2024
1 parent 68a0dc4 commit 50b4143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
-cjf "../MacPorts-${version}-${os_major}.tar.bz2" \
/opt/local
- name: filename
run: echo "::set-output name=filename::MacPorts-$(echo $(basename $GITHUB_REF) | colrm 1 1)-$(uname -r | cut -f 1 -d .).tar.bz2"
run: echo "filename=MacPorts-$(echo $(basename $GITHUB_REF) | colrm 1 1)-$(uname -r | cut -f 1 -d .).tar.bz2" >> "$GITHUB_OUTPUT"
id: filename
- name: Deploy binary to release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 50b4143

Please sign in to comment.