Skip to content

Commit 92a1f58

Browse files
committed
actions: upload vsix directly
1 parent 7c3c8af commit 92a1f58

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/maven.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v4
15-
- uses: actions/setup-java@v4
14+
- uses: actions/checkout@v6
15+
- uses: actions/setup-java@v5
1616
with:
1717
java-version: "11"
1818
distribution: "temurin"
1919
- name: Build with Maven
2020
run: mvn -B package --file pom.xml
21-
- uses: actions/upload-artifact@v4
21+
- uses: actions/upload-artifact@v7
2222
with:
2323
name: vscode-as3mxml
2424
path: distribution/target/vscode-as3mxml/vscode-as3mxml/vscode-as3mxml-*.vsix
25+
archive: false
2526
if-no-files-found: error

distribution/src/assembly/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Debug and run Apache Royale with Visual Studio Code's built-in support for debug
9292

9393
## Nightly builds
9494

95-
Continuous integration produces builds on every push to the repository. Visit the [Actions page for vscode-as3mxml](https://github.com/BowlerHatLLC/vscode-as3mxml/actions?query=branch%3Amain+is%3Asuccess+event%3Apush) to find the most recent successful runs. Each run should have an artifact attached that is named **vscode-as3mxml**. Download this file, unzip it, and you'll get a _.vsix_ file that may be installed by Visual Studio Code.
95+
Continuous integration produces builds on every push to the repository. Visit the [Actions page for vscode-as3mxml](https://github.com/BowlerHatLLC/vscode-as3mxml/actions?query=branch%3Amain+is%3Asuccess+event%3Apush) to find the most recent successful runs. Each run should have an artifact attached with the file extension _.vsix_. You may install this file in Visual Studio Code from the menu in the **Extensions** view or by running the **Extensions: Install from VSIX…** command.
9696

9797
## Support this project
9898

0 commit comments

Comments
 (0)