-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ce3a04f
commit c29936b
Showing
4 changed files
with
6 additions
and
63 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,43 +47,16 @@ jobs: | |
|
||
- uses: actions/download-artifact@v3 | ||
with: | ||
path: cli-utils/bin | ||
path: bin | ||
|
||
- name: Display structure of downloaded files | ||
run: ls -al | ||
working-directory: cli-utils/bin/cli-utils-ubuntu-latest | ||
run: ls -alR | ||
working-directory: bin/cli-utils-ubuntu-latest | ||
|
||
- name: Publish Release | ||
uses: ncipollo/release-action@v1 | ||
with: | ||
artifacts: "cli-utils/bin/cli-utils-*/*" | ||
artifacts: "bin/cli-utils-*/**/build/native/nativeCompile/*" | ||
tag: ${{ steps.tag_version.outputs.new_tag }} | ||
name: Release ${{ steps.tag_version.outputs.new_tag }} | ||
body: ${{ steps.tag_version.outputs.changelog }} | ||
|
||
# - name: Bump version and push tag | ||
# uses: anothrNick/[email protected] # Don't use @master or @v1 unless you're happy to test the latest version | ||
# env: | ||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # if you don't want to set write permissions use a PAT token | ||
# WITH_V: true | ||
# DEFAULT_BUMP: patch | ||
|
||
# publish: | ||
# needs: [tag] | ||
# name: publish release | ||
# runs-on: ubuntu-latest | ||
# permissions: | ||
# contents: write | ||
# steps: | ||
# - name: Checkout | ||
# uses: actions/checkout@v3 | ||
# | ||
# | ||
|
||
# - name: Publish release | ||
# uses: ghalactic/github-release-from-tag@v5 | ||
# with: | ||
# generateReleaseNotes: "true" | ||
# assets: | | ||
# - path: cli-utils/bin/* | ||
# optional: true | ||
body: ${{ steps.tag_version.outputs.changelog }} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
rootProject.name = "cli-utils" | ||
include("dupliwise") | ||
include("dupliwise") |