Skip to content

Commit

Permalink
fix: Update workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
ajami1331 committed Jan 4, 2025
1 parent 3302ee1 commit 72567fe
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Package Application with Pyinstaller
name: Build and package application

on:
push:
Expand Down Expand Up @@ -38,11 +38,6 @@ jobs:
uses: actions/download-artifact@v4
with:
name: build-artifact-windows-latest
- name: Extract build artifacts
run: |
mkdir -p build-artifacts
unzip -q build-artifact-ubuntu-latest.zip -d build-artifacts
unzip -q build-artifact-windows-latest.zip -d build-artifacts
- name: Get Next Version
id: semver
uses: ietf-tools/semver-action@v1
Expand Down

0 comments on commit 72567fe

Please sign in to comment.