Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
release asset path added
Browse files Browse the repository at this point in the history
  • Loading branch information
gaiksaya committed May 5, 2020
1 parent 04bec65 commit 22b557e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ jobs:
run: |
mkdir -p job-scheduler-artifacts
cp ./build/distributions/*.zip job-scheduler-artifacts
cp ./build/distributions/*.zip job-scheduler-artifacts_zip
cp ./build/distributions/*.deb job-scheduler-artifacts
cp ./build/distributions/*.deb job-scheduler-artifacts_deb
cp ./build/distributions/*.rpm job-scheduler-artifacts
cp ./build/distributions/*.rpm job-scheduler-artifacts_rpm
echo ::set-env name=TAG_VERSION::${GITHUB_REF/refs\/tags\//}
# AWS authentication
Expand Down

0 comments on commit 22b557e

Please sign in to comment.