-
Notifications
You must be signed in to change notification settings - Fork 3
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
e957281
commit 281e04d
Showing
4 changed files
with
268 additions
and
957 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
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 |
---|---|---|
|
@@ -12,18 +12,14 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: '0' | ||
- name: Install node | ||
uses: actions/setup-node@v3 | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: '18' | ||
cache: 'yarn' | ||
- name: Install ldid | ||
uses: MOZGIII/install-ldid-action@v1 | ||
with: | ||
tag: v2.1.5-procursus6 | ||
- name: Get next release version (dry run) | ||
id: taggerDryRun | ||
uses: anothrNick/[email protected] | ||
|
@@ -46,16 +42,19 @@ jobs: | |
mv astgen-macos-x64 astgen-macos | ||
mv astgen-macos-arm64 astgen-macos-arm | ||
mv astgen-win-x64.exe astgen-win.exe | ||
- name: Run gzexe | ||
run: | | ||
gzexe astgen-linux | ||
gzexe astgen-linux-arm | ||
gzexe astgen-macos | ||
gzexe astgen-macos-arm | ||
gzexe astgen-win.exe | ||
- name: Make executable | ||
run: | | ||
chmod +x astgen-macos | ||
chmod +x astgen-macos-arm | ||
chmod +x astgen-linux | ||
chmod +x astgen-linux-arm | ||
gzexe astgen-linux | ||
gzexe astgen-linux-arm | ||
mv astgen-linux~ astgen-linux-uncompressed | ||
mv astgen-linux-arm~ astgen-linux-arm-uncompressed | ||
- name: Set next release version | ||
id: taggerFinal | ||
uses: anothrNick/[email protected] | ||
|
@@ -72,5 +71,3 @@ jobs: | |
astgen-macos-arm | ||
astgen-linux | ||
astgen-linux-arm | ||
astgen-linux-uncompressed | ||
astgen-linux-arm-uncompressed |
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
Oops, something went wrong.