Skip to content

Commit

Permalink
edit tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
ctlcltd committed May 9, 2024
1 parent 9f8e3e3 commit 0d6ba9d
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test-cli-linux-appimage
name: build-cli-linux-appimage

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-macos-intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
path: ${{github.workspace}}/e2-sat-editor/artifact.tar
path: artifact.tar
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test-macos-silicon
name: build-macos-silicon

on:
workflow_dispatch:
Expand Down Expand Up @@ -87,10 +87,10 @@ jobs:
mv AppDir/usr/local/e2se-cli ../artifact/cli/
mv "${{github.workspace}}/user-manual" ../artifact/
- name: Tar files
- name: Tar artifact
run: tar -cvf artifact.tar ${{github.workspace}}/e2-sat-editor/artifact

- name: Upload artifact
uses: actions/upload-artifact@v4
with:
path: ${{github.workspace}}/e2-sat-editor/artifact.tar
path: artifact.tar
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test-linux-appimage
name: test-linux-apt-appimage

on:
workflow_dispatch:
Expand Down Expand Up @@ -77,7 +77,6 @@ jobs:
linuxdeploy --appdir AppDir --plugin qt --output appimage
# package
mv e2_SAT_Editor-x86_64.AppImage ../artifact
chmod +x ../artifact
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test-homebrew-linux-appimage
name: test-linux-homebrew-appimage

on:
workflow_dispatch:
Expand Down Expand Up @@ -83,7 +83,6 @@ jobs:
linuxdeploy --appdir AppDir --plugin qt --output appimage
# package
mv e2_SAT_Editor-x86_64.AppImage ../artifact
chmod +x ../artifact
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test-miniconda-linux-appimage
name: test-linux-miniconda-appimage

on:
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test-crlf-win32
name: test-win32-crlf

on:
workflow_dispatch:
Expand Down

0 comments on commit 0d6ba9d

Please sign in to comment.