Skip to content

Commit

Permalink
semver versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
polymorphicengine committed Feb 10, 2025
1 parent a2d0f4e commit 8568394
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pack-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: cp -r static build/static

- name: move executable
run: cp -r dist-newstyle/build/x86_64-linux/ghc-${{ matrix.ghc }}/zwirn-loom-0.1.0.0/x/zwirn-loom/build/zwirn-loom/zwirn-loom build/zwirn-loom
run: cp -r dist-newstyle/build/x86_64-linux/ghc-${{ matrix.ghc }}/zwirn-loom-0.1.0/x/zwirn-loom/build/zwirn-loom/zwirn-loom build/zwirn-loom

- name: setup node
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pack-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: mkdir build

- name: move executable
run: cp -R dist-newstyle/build/x86_64-osx/ghc-${{ matrix.ghc }}/zwirn-loom-0.1.0.0/x/zwirn-loom/build/zwirn-loom/zwirn-loom build/zwirn-loom
run: cp -R dist-newstyle/build/x86_64-osx/ghc-${{ matrix.ghc }}/zwirn-loom-0.1.0/x/zwirn-loom/build/zwirn-loom/zwirn-loom build/zwirn-loom

- name: move static
run: cp -R static build/static
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pack-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: New-Item -Path 'D:\a\zwirn-loom\zwirn-loom\build' -type directory

- name: move executable
run: Copy-Item -Path 'D:\a\zwirn-loom\zwirn-loom\dist-newstyle\build\x86_64-windows\ghc-${{ matrix.ghc }}\zwirn-loom-0.1.0.0\x\zwirn-loom\build\zwirn-loom\zwirn-loom.exe' -Recurse -Destination 'D:\a\zwirn-loom\zwirn-loom\build\cl-player.exe'
run: Copy-Item -Path 'D:\a\zwirn-loom\zwirn-loom\dist-newstyle\build\x86_64-windows\ghc-${{ matrix.ghc }}\zwirn-loom-0.1.0\x\zwirn-loom\build\zwirn-loom\zwirn-loom.exe' -Recurse -Destination 'D:\a\zwirn-loom\zwirn-loom\build\cl-player.exe'

- name: move static
run: Copy-Item -Path 'D:\a\zwirn-loom\zwirn-loom\static\' -Recurse -Destination 'D:\a\zwirn-loom\zwirn-loom\build\static'
Expand Down

0 comments on commit 8568394

Please sign in to comment.