Skip to content

Commit

Permalink
Change something about the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Jan 30, 2024
1 parent 8de2f0f commit 20ce053
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
include(joinpath(pwd(), "gen", "make.jl"))
(; tarball_path, tarball_sha256, new_version, commit_message) = update_tzdata()
key = basename(tarball_path) * "-" * tarball_sha256
commit_message *= " (1)"
@show key tarball_path commit_message
open(ENV["GITHUB_OUTPUT"], "a") do io
println(io, "key=$key")
Expand All @@ -45,6 +46,8 @@ jobs:
end
println("workflow_ref=${{ github.workflow_ref }}")
- run: git diff
# Store the Julia artifact tarball as a GitHub actions artifact. This will allow us to retrieve this
# tarball from other workflows.
- uses: actions/upload-artifact@v4
id: action-artifact
with:
Expand Down

0 comments on commit 20ce053

Please sign in to comment.