Skip to content

Commit

Permalink
Update pre-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeykuzmich committed Sep 22, 2020
1 parent 8e81e04 commit 064c238
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
mkdir executable
mv Pilorama.app executable/Pilorama.app
create-dmg --volname Pilorama --background assets/background.png --window-size 540 320 --icon Pilorama.app 128 128 --app-drop-link 384 128 --no-internet-enable Pilorama.dmg executable/
- name: Store Application
- name: Store Package
uses: actions/upload-artifact@v2
with:
name: Pilorama.dmg
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
shell: cmd
run: |
iscc wndws.iss
- name: Store Application
- name: Store Package
uses: actions/upload-artifact@v2
with:
name: Pilorama_Setup.exe
Expand All @@ -147,7 +147,7 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git commit -m "Release version $VERSION" -a
- name: Push changes
- name: Push Changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 064c238

Please sign in to comment.