forked from eplatonoff/pilorama
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8e81e04
commit 064c238
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 }} |