Skip to content

Commit

Permalink
Merge branch 'feature/202402_build_rid' of https://github.com/qdraw/s…
Browse files Browse the repository at this point in the history
…tarsky into feature/202402_build_rid
  • Loading branch information
qdraw committed Feb 1, 2024
2 parents a8a400b + 54c653c commit 8f3f7c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-on-tag-netcore-desktop-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
with:
dotnet-version: 8.0.101

- name: Build --no-unit-test linux-arm,linux-arm64,win-x64,osx-x64,linux-x64
- name: Build --no-unit-test linux-arm,linux-arm64,win-x64,osx-x64,linux-x64,osx-arm64 --ready-to-run
shell: bash
working-directory: ./starsky
run: bash build.sh --runtime "linux-arm,linux-arm64,win-x64,osx-x64,linux-x64,osx-arm64" --no-unit-test
run: bash build.sh --runtime "linux-arm,linux-arm64,win-x64,osx-x64,linux-x64,osx-arm64" --no-unit-test --ready-to-run

- name: Upload linux-arm as build artifact
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -90,12 +90,12 @@ jobs:
working-directory: ./starsky
run: unzip starsky-osx-x64.zip -d osx-x64

- name: Restore rights pm2-restore-x-rights.sh
- name: Restore rights pm2-restore-x-rights.sh (osx-x64)
shell: bash
working-directory: ./starsky/osx-x64
run: chmod 777 pm2-restore-x-rights.sh

- name: run pm2-restore-x-rights.sh
- name: run pm2-restore-x-rights.sh (osx-x64)
shell: bash
working-directory: ./starsky/osx-x64
run: bash pm2-restore-x-rights.sh
Expand Down

0 comments on commit 8f3f7c0

Please sign in to comment.