Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
create result before cping (and bump)
Browse files Browse the repository at this point in the history
  • Loading branch information
jazcarate committed Aug 16, 2020
1 parent bff9923 commit dac5696
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:

- name: Move release to known location
run: |
mkdir -p result
cp $(find ./dist-newstyle/build/ -name 'marble' -type f) ./result/marble
- name: Upload Release Asset
Expand Down
2 changes: 1 addition & 1 deletion marble-os.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: marble-os
version: 0.1.1.1
version: 0.1.1.2
description: Run things at your own pace
license: MIT
license-file: LICENSE
Expand Down

0 comments on commit dac5696

Please sign in to comment.