Skip to content

Commit

Permalink
ci(build): file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmarmalade committed May 23, 2023
1 parent a840c58 commit 9da5e86
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: artifact-windows
path: build/windows/runner/Release/alisthelper-${{github.ref_name}}-windows.zip
path: build/windows/runner/Release/${{env.WINDOWS_PORTABLE_NAME}}.zip

build-macos:
# The type of runner that the job will run on
runs-on: macos-latest

env:
# The name of the app
MACOS_APP_NAME: AlistHelper_${{ github.ref_name }}_macos-x86_64
MACOS_APP_NAME: AlistHelper_app_${{ github.ref_name }}_macos-x86_64
DMG_NAME: AlistHelper_${{ github.ref_name }}_macos.dmg

# Steps represent a sequence of tasks that will be executed as part of the job
Expand All @@ -100,10 +100,6 @@ jobs:
flutter pub get
dart run slang
flutter build macos
- name: List all directories
run: ls -R

- name: Archive App
run: |
Expand Down

0 comments on commit 9da5e86

Please sign in to comment.