Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
petrzpav committed Jul 17, 2023
2 parents 61ad714 + cb7a705 commit 58a7968
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
prerelease: false

- name: Get Name of Artifact
run: |
ARTIFACT_1_PATHNAME=$(ls *.tar.gz | head -n 1)
ARTIFACT_2_PATHNAME=$(ls *.sh | head -n 1)
echo ::set-env name=ARTIFACT_1_PATHNAME::${ARTIFACT_1_PATHNAME}
echo ::set-env name=ARTIFACT_2_PATHNAME::${ARTIFACT_2_PATHNAME}
run: |
ARTIFACT_1_PATHNAME=$(ls *.tar.gz | head -n 1)
ARTIFACT_2_PATHNAME=$(ls *.sh | head -n 1)
echo ::set-env name=ARTIFACT_1_PATHNAME::${ARTIFACT_1_PATHNAME}
echo ::set-env name=ARTIFACT_2_PATHNAME::${ARTIFACT_2_PATHNAME}
- name: Upload Release Asset
id: upload-release-asset
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [3.0.9] - 2023-07-17

### Fixed

- Fix actions syntax

## [3.0.8] - 2023-07-17

### Fixed
Expand Down Expand Up @@ -150,6 +156,7 @@ _Stable release based on [3.0.0-rc.2]._
## [1.0.0] - 2016-12-22

[Unreleased]: https://https://github.com/internetguru/flow/compare/staging...dev
[3.0.9]: https://https://github.com/internetguru/flow/compare/v3.0.8...v3.0.9
[3.0.8]: https://https://github.com/internetguru/flow/compare/v3.0.7...v3.0.8
[3.0.7]: https://https://github.com/internetguru/flow/compare/v3.0.6...v3.0.7
[3.0.6]: https://https://github.com/internetguru/flow/compare/v3.0.5...v3.0.6
Expand Down

0 comments on commit 58a7968

Please sign in to comment.