Skip to content

Commit

Permalink
revert to gh-release-artifact main
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Jan 16, 2023
1 parent 82aab85 commit 9088c87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ build_script:
set ARCHIVE=pod-babashka-instaparse-%VERSION%-windows-amd64.zip
bb release-artifact --file %ARCHIVE%
# bb release-artifact --file %ARCHIVE%
artifacts:
- path: pod-babashka-instaparse-*-windows-amd64.zip
Expand Down
2 changes: 1 addition & 1 deletion bb.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{:paths [".build"]
:deps {io.github.borkdude/gh-release-artifact
{:git/sha "5072631fd5eea34a6c791846a5351391d7d438d8"}}
{:git/sha "db5e79559fdbfa009ed4a0921079e20e1e76b269"}}
:tasks
{uber (clojure "-T:build uber")
release-artifact {:task (exec 'release-artifact/release)}}}

0 comments on commit 9088c87

Please sign in to comment.