Skip to content

Commit

Permalink
ci/cd: upload artifacts between workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
realkarmakun committed Jul 17, 2024
1 parent ff20d2b commit 7757461
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build pterocli
name: Build

on:
push:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download artifacts for release
uses: dawidd6/action-download-artifact@v6
with:
path: release/
uses: actions/download-artifact@v4

workflow: build.yml
- name: Release
uses: softprops/action-gh-release@v2
with:
prerelease: true
files: |
release/pterocli*/*
pterocli*/*

0 comments on commit 7757461

Please sign in to comment.