diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9714dd0..5db8147 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/marble-os.cabal b/marble-os.cabal index f85fbb4..ae5ccb8 100755 --- a/marble-os.cabal +++ b/marble-os.cabal @@ -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