Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
NosoDevTeam committed Sep 12, 2024
1 parent 17ce4d8 commit 84b9e73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,21 +61,21 @@ jobs:
- name: Upload binary (Windows)
if: ${{ (matrix.operating-system == 'windows-latest') && (matrix.lazarus-versions == 'stable') }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: noso-windows
path: Noso.exe

- name: Upload binary (Ubuntu)
if: ${{ (matrix.operating-system == 'ubuntu-latest') && (matrix.lazarus-versions == 'stable') }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: noso-linuxnew
path: Noso

- name: Upload binary (Ubuntu)
if: ${{ (matrix.operating-system == 'ubuntu-20.04') && (matrix.lazarus-versions == 'stable') }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: noso-linux
path: Noso
Expand All @@ -96,7 +96,7 @@ jobs:
run: echo "tag=${GITHUB_REF#refs/*/}" >> ${GITHUB_OUTPUT}

- name: Download the Release binary
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4

- name: List files
run: |
Expand Down
2 changes: 1 addition & 1 deletion masterpaskalform.pas
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ TForm1 = class(TForm)
RestartFileName = 'launcher.sh';
updateextension = 'tgz';
{$ENDIF}
NodeRelease = 'Aa8';
NodeRelease = 'Aa9';
OficialRelease = true;
BetaRelease = false;
VersionRequired = '0.4.2';
Expand Down

0 comments on commit 84b9e73

Please sign in to comment.